#11816F

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

Shades of Deep Sea #11816F

Tints of Deep Sea #11816F

Color information

#11816F (or 0x11816F) is unknown color: approx Deep Sea. HEX triplet: 11, 81 and 6F. RGB value is (17,129,111). Sum of RGB (Red+Green+Blue) = 17+129+111=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #11816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11816F is #EE7E90. Grayscale: #5D5D5D. Windows color (decimal): -15629969 or 7307537. OLE color: 7307537.

HSL color Cylindrical-coordinate representation of color #11816F: hue angle of 170.36º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11816F is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB17129111-
CMYK0.8700.140.49
HSL170.36º76.71%28.63%-
HSV(B)170.36º86.82%50.59%-
XYZ10.9516.9717.74-
YUV93.46137.8973.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=6.61%
G=50.19%
B=43.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171291110.8700.140.49170.3676.7128.63
Hex11816F570E31aa4d1d
Octal212011571270166125211535
Binary1000110000001110111110101110111011000110101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,129,111); }

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

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

 a { background-color: rgb(17,129,111); }

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

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

 span { border-color: rgb(17,129,111); }

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