#11705E

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

Shades of Deep Sea #11705E

Tints of Deep Sea #11705E

Color information

#11705E (or 0x11705E) is unknown color: approx Deep Sea. HEX triplet: 11, 70 and 5E. RGB value is (17,112,94). Sum of RGB (Red+Green+Blue) = 17+112+94=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #11705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11705E is #EE8FA1. Grayscale: #515151. Windows color (decimal): -15634338 or 6189073. OLE color: 6189073.

HSL color Cylindrical-coordinate representation of color #11705E: hue angle of 168.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11705E is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1711294-
CMYK0.8500.160.56
HSL168.63º73.64%25.29%-
HSV(B)168.63º84.82%43.92%-
XYZ8.0512.5212.58-
YUV81.54135.0381.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=7.62%
G=50.22%
B=42.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112940.8500.160.56168.6373.6425.29
Hex11705E5501038a94a19
Octal211601361250207025111231
Binary1000111100001011110101010101000011100010101001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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