#197259

Color #197259 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #197259

Tints of Deep Sea #197259

Color information

#197259 (or 0x197259) is unknown color: approx Deep Sea. HEX triplet: 19, 72 and 59. RGB value is (25,114,89). Sum of RGB (Red+Green+Blue) = 25+114+89=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #197259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197259 is #E68DA6. Grayscale: #545454. Windows color (decimal): -15109543 or 5861913. OLE color: 5861913.

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

Color convert

RGB2511489-
CMYK0.7800.220.55
HSL163.15º64.03%27.25%-
HSV(B)163.15º78.07%44.71%-
XYZ8.2212.9611.52-
YUV84.54130.5185.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=10.96%
G=50%
B=39.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114890.7800.220.55163.1564.0327.25
Hex1972594E01637a3401b
Octal311621311160266724310033
Binary1100111100101011001100111001011011011110100011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197259; }

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

 H1.HeaderClassName
 {
   color: #197259;
 }
 .AnyTagClassName
 {
   color: #197259;
 }
</style>
background-color css

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

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

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

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

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

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