Html Css Color HEX #197866 Deep Sea

📋 copy color: '#197866'

red 25 ◦ green 120 ◦ blue 102

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

Shades of Deep Sea #197866

Tints of Deep Sea #197866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.58%

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

R = 10.12%
G = 48.58%
B = 41.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#197866 (or 0x197866) is known color: Deep Sea. HEX triplet: 19, 78 and 66. RGB value is (25,120,102). Sum of RGB (Red+Green+Blue) = 25+120+102=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #197866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197866 is #E68799. Grayscale: #595959. Windows color (decimal): -15107994 or 6715417. OLE color: 6715417.

HSL color Cylindrical-coordinate representation of color #197866: hue angle of 168.63º degrees, saturation: 0.66, 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 #197866 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 120 102 -
CMYK 0.79 0 0.15 0.53
HSL 168.63º 0.66% 0.28% -
HSV(B) 168.63º 0.79% 0.47% -
XYZ 9.52 14.6 14.89 -
YUV 89.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 25 120 102 0.79 0 0.15 0.53 168.63 0.66 0.28
Hex 19 78 66 4F 0 F 35 A9 42 1C
Octal 31 170 146 117 0 17 65 251 102 34
Binary 11001 1111000 1100110 1001111 0 1111 110101 10101001 1000010 11100

Color Harmonies of #197866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197866

Black with #197866

Text Example


Text Example

White with #197866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197866; }

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

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

background-color css

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

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

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

border-color css

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

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

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