#197458

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

Shades of Deep Sea #197458

Tints of Deep Sea #197458

Color information

#197458 (or 0x197458) is unknown color: approx Deep Sea. HEX triplet: 19, 74 and 58. RGB value is (25,116,88). Sum of RGB (Red+Green+Blue) = 25+116+88=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #197458 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197458 is #E68BA7. Grayscale: #555555. Windows color (decimal): -15109032 or 5796889. OLE color: 5796889.

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

Color convert

RGB2511688-
CMYK0.7800.240.55
HSL161.54º64.54%27.65%-
HSV(B)161.54º78.45%45.49%-
XYZ8.4113.411.38-
YUV85.6129.3584.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=10.92%
G=50.66%
B=38.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25116880.7800.240.55161.5464.5427.65
Hex1974584E01837a2411c
Octal311641301160306724210134
Binary1100111101001011000100111001100011011110100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197458; }

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

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

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

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

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

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

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

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