#19705F

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

Shades of Deep Sea #19705F

Tints of Deep Sea #19705F

Color information

#19705F (or 0x19705F) is unknown color: approx Deep Sea. HEX triplet: 19, 70 and 5F. RGB value is (25,112,95). Sum of RGB (Red+Green+Blue) = 25+112+95=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #19705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19705F is #E68FA0. Grayscale: #545454. Windows color (decimal): -15110049 or 6254617. OLE color: 6254617.

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

Color convert

RGB2511295-
CMYK0.7800.150.56
HSL168.28º63.5%26.86%-
HSV(B)168.28º77.68%43.92%-
XYZ8.2612.6212.83-
YUV84.05134.1885.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=10.78%
G=48.28%
B=40.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112950.7800.150.56168.2863.526.86
Hex19705F4E0F38a8401b
Octal311601371160177025010033
Binary110011110000101111110011100111111100010101000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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