Html Css Color HEX #197059 Deep Sea

📋 copy color: '#197059'

red 25 ◦ green 112 ◦ blue 89

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

Shades of Deep Sea #197059

Tints of Deep Sea #197059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.56%

 BLUE value IS 89 (35.16% from 255) = 39.38%

R = 11.06%
G = 49.56%
B = 39.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#197059 (or 0x197059) is known color: Deep Sea. HEX triplet: 19, 70 and 59. RGB value is (25,112,89). Sum of RGB (Red+Green+Blue) = 25+112+89=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #197059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197059 is #E68FA6. Grayscale: #535353. Windows color (decimal): -15110055 or 5861401. OLE color: 5861401.

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

Color convert

RGB 25 112 89 -
CMYK 0.78 0 0.21 0.56
HSL 164.14º 0.64% 0.27% -
HSV(B) 164.14º 0.78% 0.44% -
XYZ 8 12.52 11.45 -
YUV 83.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 25 112 89 0.78 0 0.21 0.56 164.14 0.64 0.27
Hex 19 70 59 4E 0 15 38 A4 40 1B
Octal 31 160 131 116 0 25 70 244 100 33
Binary 11001 1110000 1011001 1001110 0 10101 111000 10100100 1000000 11011

Color Harmonies of #197059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197059

Black with #197059

Text Example


Text Example

White with #197059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197059; }

 p { color: rgb(25,112,89); }

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

background-color css

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

 a { background-color: rgb(25,112,89); }

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

border-color css

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

 span { border-color: rgb(25,112,89); }

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