#19705E

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

Shades of Deep Sea #19705E

Tints of Deep Sea #19705E

Color information

#19705E (or 0x19705E) is unknown color: approx Deep Sea. HEX triplet: 19, 70 and 5E. RGB value is (25,112,94). Sum of RGB (Red+Green+Blue) = 25+112+94=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #19705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19705E is #E68FA1. Grayscale: #535353. Windows color (decimal): -15110050 or 6189081. OLE color: 6189081.

HSL color Cylindrical-coordinate representation of color #19705E: hue angle of 167.59º 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 #19705E is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB2511294-
CMYK0.7800.160.56
HSL167.59º63.5%26.86%-
HSV(B)167.59º77.68%43.92%-
XYZ8.2212.612.59-
YUV83.94133.6885.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=10.82%
G=48.48%
B=40.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112940.7800.160.56167.5963.526.86
Hex19705E4E01038a8401b
Octal311601361160207025010033
Binary1100111100001011110100111001000011100010101000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19705E; }

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

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

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

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

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

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

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

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