#197258

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

Shades of Deep Sea #197258

Tints of Deep Sea #197258

Color information

#197258 (or 0x197258) is unknown color: approx Deep Sea. HEX triplet: 19, 72 and 58. RGB value is (25,114,88). Sum of RGB (Red+Green+Blue) = 25+114+88=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #197258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197258 is #E68DA7. Grayscale: #545454. Windows color (decimal): -15109544 or 5796377. OLE color: 5796377.

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

Color convert

RGB2511488-
CMYK0.7800.230.55
HSL162.47º64.03%27.25%-
HSV(B)162.47º78.07%44.71%-
XYZ8.1812.9511.3-
YUV84.42130.0185.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=11.01%
G=50.22%
B=38.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114880.7800.230.55162.4764.0327.25
Hex1972584E01737a2401b
Octal311621301160276724210033
Binary1100111100101011000100111001011111011110100010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197258; }

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

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

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

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

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

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

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

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