Html Css Color HEX #197766 Deep Sea

📋 copy color: '#197766'

red 25 ◦ green 119 ◦ blue 102

#197766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #197766

Tints of Deep Sea #197766

RGB

 RED value IS 25 (10.16% from 255) = 10.16%

 GREEN value IS 119 (46.88% from 255) = 48.37%

 BLUE value IS 102 (40.23% from 255) = 41.46%

R = 10.16%
G = 48.37%
B = 41.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#197766 (or 0x197766) is known color: Deep Sea. HEX triplet: 19, 77 and 66. RGB value is (25,119,102). Sum of RGB (Red+Green+Blue) = 25+119+102=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #197766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197766 is #E68899. Grayscale: #585858. Windows color (decimal): -15108250 or 6715161. OLE color: 6715161.

HSL color Cylindrical-coordinate representation of color #197766: hue angle of 169.15º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197766 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 119 102 -
CMYK 0.79 0 0.14 0.53
HSL 169.15º 0.65% 0.28% -
HSV(B) 169.15º 0.79% 0.47% -
XYZ 9.4 14.36 14.85 -
YUV 88.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 25 119 102 0.79 0 0.14 0.53 169.15 0.65 0.28
Hex 19 77 66 4F 0 E 35 A9 41 1C
Octal 31 167 146 117 0 16 65 251 101 34
Binary 11001 1110111 1100110 1001111 0 1110 110101 10101001 1000001 11100

Color Harmonies of #197766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197766

Black with #197766

Text Example


Text Example

White with #197766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197766; }

 p { color: rgb(25,119,102); }

 H1.HeaderClassName
 {
   color: #197766;
 }
 .AnyTagClassName
 {
   color: #197766;
 }
</style>

background-color css

<style>
 a { background-color: #197766; }

 a { background-color: rgb(25,119,102); }

 div.DivClassName
 {
   background-color: #197766;
 }
 .BgClassName
 {
   background-color: #197766;
 }
</style>

border-color css

<style>
 span { border-color: #197766; }

 span { border-color: rgb(25,119,102); }

 td.TdClassName
 {
   border-color: #197766;
 }
 .TagClassName
 {
   border-color: #197766;
 }
</style>