COLOR #197A66

HEX: #197A66 RGB: (25,122,102)

Color info

#197A66 contains mainly green and blue colors. Web safe color of #197A66 is #006666 (or #066).

RGB color model

#197A66 color RGB value is (25,122,102).

RGB: (25,122,102) (10%, 48%, 40%)

RGB channels and saturation

R 25 of 255 = 10%
G 122 of 255 = 48%
B 102 of 255 = 40%

25
122
102

R + G + B ~ 33%. #197A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 122 + 102 = 249 (100%)
R 25 of 249 ~ 10.04%
G 122 of 249 ~ 49%
B 102 of 249 ~ 40.96'%

%49
%40.96

CMYK color model

#197A66 color CMYK value is (80,0,16,52).

  • cyan value is 79.51%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 52.16%

CMYK: (80,0,16,52)
C80M0Y16K52 (80%, 0%, 16%, 52%)
(0.80 / 0.00 / 0.16 / 0.52)

CMYK percentages

%79.51
%0
%16.39
%52.16

Codes

Color #197A66 in popluar color models

19 7A 66
RGB 25 122 102
HSL 168° 65.99% 28.82%
HSB/HSV 168° 79.51% 47.84%
CMYK 79.51% 0.00% 16.39%
52.16%

Color #197A66 in popluar number systems.

HEX 19 7A 66
Decimal 25 122 102
Binary 11001 1111010 1100110
Octal 31 172 146

Shades and tints

Shades of #197A66

#197A66
(25,122,102)
#176F5D
(23,111,93)
#156454
(21,100,84)
#13594B
(19,89,75)
#114E42
(17,78,66)
#0F4339
(15,67,57)
#0D3830
(13,56,48)
#0B2D27
(11,45,39)
#09221E
(9,34,30)
#071715
(7,23,21)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #197A66

#197A66
(25,122,102)
#2D8673
(45,134,115)
#419280
(65,146,128)
#559E8D
(85,158,141)
#69AA9A
(105,170,154)
#7DB6A7
(125,182,167)
#91C2B4
(145,194,180)
#A5CEC1
(165,206,193)
#B9DACE
(185,218,206)
#CDE6DB
(205,230,219)
#E1F2E8
(225,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197A66 color. Also use rgb(25,122,102) instead hex code.

Text Font Color

.myTextColor { color: #197A66; }

<p style="color:#197A66">This sample text font color is #197A66.</p>

This text font color is #197A66.

Background Color

.myBgColor { background-color: #197A66; }

<div style="background-color:#197A66">Inner text</div>

This div background color is #197A66.

Border color

.myBorderColor { border: 1px solid #197A66; }

<div style="border:3px solid #197A66">Div</div>

This div border color is #197A66.

Opacity

.myOpacity80 { color: #197A66; opacity: 0.8; }

<p style="color:#197A66;opacity:0.8;">80%</p>

Text with #197A66 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #197A66;}

<p style="text-shadow: 3px 3px 1px #197A66">Text here.</p>

This text has shadow with #197A66 color.


.textShadow {text-shadow: 3px 3px 1px #197A66', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #197A66, 5px 5px 20px red">Text here.</p>

This text has shadow with #197A66 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#197A66, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#197A66, Direction=45, Strength=4)">Text</p>

This text has shadow with #197A66 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #197A66;
-webkit-box-shadow: 1px 1px 3px 2px #197A66;
box-shadow: 1px 1px 3px 2px #197A66;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #197A66; -webkit-box-shadow: 1px 1px 3px 2px #197A66; box-shadow:1px 1px 3px 2px #197A66;">
Div content here
</div>

This div box has shadow with color #197A66.

Preview

Color preview on black background

This text has color #197A66 on black background.


Color preview on white background

This text has color #197A66 on white background.


Black color preview on #197A66 background

This text has black color on #197A66 background.


White color preview on #197A66 background

This text has white color on #197A66 background.


Related colors

Complementary color

Complementary color for #hex is #E68599.


I love getcolorcode.com

Triadic colors

1 #66197A and #7A6619 with #197A66 are triadic colors.

2 #667A19 and #7A1966 with #197A66 are triadic colors.