#11715E

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

Shades of Deep Sea #11715E

Tints of Deep Sea #11715E

Color information

#11715E (or 0x11715E) is unknown color: approx Deep Sea. HEX triplet: 11, 71 and 5E. RGB value is (17,113,94). Sum of RGB (Red+Green+Blue) = 17+113+94=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #11715E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11715E is #EE8EA1. Grayscale: #525252. Windows color (decimal): -15634082 or 6189329. OLE color: 6189329.

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

Color convert

RGB1711394-
CMYK0.8500.170.56
HSL168.12º73.85%25.49%-
HSV(B)168.12º84.96%44.31%-
XYZ8.1612.7412.62-
YUV82.13134.781.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=7.59%
G=50.45%
B=41.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113940.8500.170.56168.1273.8525.49
Hex11715E5501138a84a19
Octal211611361250217025011231
Binary1000111100011011110101010101000111100010101000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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