Html Css Color HEX #197164 Deep Sea

📋 copy color: '#197164'

red 25 ◦ green 113 ◦ blue 100

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

Shades of Deep Sea #197164

Tints of Deep Sea #197164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

 BLUE value IS 100 (39.45% from 255) = 42.02%

R = 10.5%
G = 47.48%
B = 42.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#197164 (or 0x197164) is known color: Deep Sea. HEX triplet: 19, 71 and 64. RGB value is (25,113,100). Sum of RGB (Red+Green+Blue) = 25+113+100=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #197164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197164 is #E68E9B. Grayscale: #555555. Windows color (decimal): -15109788 or 6582553. OLE color: 6582553.

HSL color Cylindrical-coordinate representation of color #197164: hue angle of 171.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197164 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 113 100 -
CMYK 0.78 0 0.12 0.56
HSL 171.14º 0.64% 0.27% -
HSV(B) 171.14º 0.78% 0.44% -
XYZ 8.61 12.94 14.1 -
YUV 85.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 25 113 100 0.78 0 0.12 0.56 171.14 0.64 0.27
Hex 19 71 64 4E 0 C 38 AB 40 1B
Octal 31 161 144 116 0 14 70 253 100 33
Binary 11001 1110001 1100100 1001110 0 1100 111000 10101011 1000000 11011

Color Harmonies of #197164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197164

Black with #197164

Text Example


Text Example

White with #197164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197164; }

 p { color: rgb(25,113,100); }

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

background-color css

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

 a { background-color: rgb(25,113,100); }

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

border-color css

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

 span { border-color: rgb(25,113,100); }

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