#197058

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

Shades of Deep Sea #197058

Tints of Deep Sea #197058

Color information

#197058 (or 0x197058) is unknown color: approx Deep Sea. HEX triplet: 19, 70 and 58. RGB value is (25,112,88). Sum of RGB (Red+Green+Blue) = 25+112+88=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #197058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197058 is #E68FA7. Grayscale: #535353. Windows color (decimal): -15110056 or 5795865. OLE color: 5795865.

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

Color convert

RGB2511288-
CMYK0.7800.210.56
HSL163.45º63.5%26.86%-
HSV(B)163.45º77.68%43.92%-
XYZ7.9612.511.23-
YUV83.25130.6886.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=11.11%
G=49.78%
B=39.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112880.7800.210.56163.4563.526.86
Hex1970584E01538a3401b
Octal311601301160257024310033
Binary1100111100001011000100111001010111100010100011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197058; }

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

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

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

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

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

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

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

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