Html Css Color HEX #197959 Deep Sea

📋 copy color: '#197959'

red 25 ◦ green 121 ◦ blue 89

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

Shades of Deep Sea #197959

Tints of Deep Sea #197959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.49%

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

R = 10.64%
G = 51.49%
B = 37.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#197959 (or 0x197959) is known color: Deep Sea. HEX triplet: 19, 79 and 59. RGB value is (25,121,89). Sum of RGB (Red+Green+Blue) = 25+121+89=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #197959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197959 is #E686A6. Grayscale: #585858. Windows color (decimal): -15107751 or 5863705. OLE color: 5863705.

HSL color Cylindrical-coordinate representation of color #197959: hue angle of 160º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197959 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 89 -
CMYK 0.79 0 0.26 0.53
HSL 160º 0.66% 0.29% -
HSV(B) 160º 0.79% 0.47% -
XYZ 9.04 14.6 11.79 -
YUV 88.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 25 121 89 0.79 0 0.26 0.53 160 0.66 0.29
Hex 19 79 59 4F 0 1A 35 A0 42 1D
Octal 31 171 131 117 0 32 65 240 102 35
Binary 11001 1111001 1011001 1001111 0 11010 110101 10100000 1000010 11101

Color Harmonies of #197959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197959

Black with #197959

Text Example


Text Example

White with #197959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197959; }

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

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

background-color css

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

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

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

border-color css

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

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

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