Html Css Color HEX #197165 Deep Sea

📋 copy color: '#197165'

red 25 ◦ green 113 ◦ blue 101

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

Shades of Deep Sea #197165

Tints of Deep Sea #197165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 10.46%
G = 47.28%
B = 42.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#197165 (or 0x197165) is known color: Deep Sea. HEX triplet: 19, 71 and 65. RGB value is (25,113,101). Sum of RGB (Red+Green+Blue) = 25+113+101=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #197165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197165 is #E68E9A. Grayscale: #555555. Windows color (decimal): -15109787 or 6648089. OLE color: 6648089.

HSL color Cylindrical-coordinate representation of color #197165: hue angle of 171.82º 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 #197165 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 113 101 -
CMYK 0.78 0 0.11 0.56
HSL 171.82º 0.64% 0.27% -
HSV(B) 171.82º 0.78% 0.44% -
XYZ 8.65 12.96 14.36 -
YUV 85.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 25 113 101 0.78 0 0.11 0.56 171.82 0.64 0.27
Hex 19 71 65 4E 0 B 38 AC 40 1B
Octal 31 161 145 116 0 13 70 254 100 33
Binary 11001 1110001 1100101 1001110 0 1011 111000 10101100 1000000 11011

Color Harmonies of #197165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197165

Black with #197165

Text Example


Text Example

White with #197165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197165; }

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

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

background-color css

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

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

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

border-color css

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

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

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