Html Css Color HEX #197359 Deep Sea

📋 copy color: '#197359'

red 25 ◦ green 115 ◦ blue 89

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

Shades of Deep Sea #197359

Tints of Deep Sea #197359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.22%

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

R = 10.92%
G = 50.22%
B = 38.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#197359 (or 0x197359) is known color: Deep Sea. HEX triplet: 19, 73 and 59. RGB value is (25,115,89). Sum of RGB (Red+Green+Blue) = 25+115+89=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #197359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197359 is #E68CA6. Grayscale: #555555. Windows color (decimal): -15109287 or 5862169. OLE color: 5862169.

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

Color convert

RGB 25 115 89 -
CMYK 0.78 0 0.23 0.55
HSL 162.67º 0.64% 0.27% -
HSV(B) 162.67º 0.78% 0.45% -
XYZ 8.33 13.19 11.56 -
YUV 85.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 25 115 89 0.78 0 0.23 0.55 162.67 0.64 0.27
Hex 19 73 59 4E 0 17 37 A3 40 1B
Octal 31 163 131 116 0 27 67 243 100 33
Binary 11001 1110011 1011001 1001110 0 10111 110111 10100011 1000000 11011

Color Harmonies of #197359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197359

Black with #197359

Text Example


Text Example

White with #197359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197359; }

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

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

background-color css

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

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

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

border-color css

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

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

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