Html Css Color HEX #197158 Deep Sea

📋 copy color: '#197158'

red 25 ◦ green 113 ◦ blue 88

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

Shades of Deep Sea #197158

Tints of Deep Sea #197158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 11.06%
G = 50%
B = 38.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#197158 (or 0x197158) is known color: Deep Sea. HEX triplet: 19, 71 and 58. RGB value is (25,113,88). Sum of RGB (Red+Green+Blue) = 25+113+88=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #197158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197158 is #E68EA7. Grayscale: #535353. Windows color (decimal): -15109800 or 5796121. OLE color: 5796121.

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

Color convert

RGB 25 113 88 -
CMYK 0.78 0 0.22 0.56
HSL 162.95º 0.64% 0.27% -
HSV(B) 162.95º 0.78% 0.44% -
XYZ 8.07 12.72 11.26 -
YUV 83.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 25 113 88 0.78 0 0.22 0.56 162.95 0.64 0.27
Hex 19 71 58 4E 0 16 38 A3 40 1B
Octal 31 161 130 116 0 26 70 243 100 33
Binary 11001 1110001 1011000 1001110 0 10110 111000 10100011 1000000 11011

Color Harmonies of #197158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197158

Black with #197158

Text Example


Text Example

White with #197158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197158; }

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

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

background-color css

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

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

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

border-color css

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

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

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