#11765b

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

Shades of Deep Sea #11765B

Tints of Deep Sea #11765B

Color information

#11765B (or 0x11765B) is unknown color: approx Deep Sea. HEX triplet: 11, 76 and 5B. RGB value is (17,118,91). Sum of RGB (Red+Green+Blue) = 17+118+91=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #11765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11765B is #EE89A4. Grayscale: #545454. Windows color (decimal): -15632805 or 5994001. OLE color: 5994001.

HSL color Cylindrical-coordinate representation of color #11765B: hue angle of 163.96º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11765B is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1711891-
CMYK0.8600.230.54
HSL163.96º74.81%26.47%-
HSV(B)163.96º85.59%46.27%-
XYZ8.613.8312.11-
YUV84.72131.5479.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=7.52%
G=52.21%
B=40.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17118910.8600.230.54163.9674.8126.47
Hex11765B5601736a44b1a
Octal211661331260276624411332
Binary1000111101101011011101011001011111011010100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11765b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11765b; }

 p { color: rgb(17,118,91); }

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

<style>
 a { background-color: #11765b; }

 a { background-color: rgb(17,118,91); }

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

<style>
 span { border-color: #11765b; }

 span { border-color: rgb(17,118,91); }

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