#11766B

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

Shades of Deep Sea #11766B

Tints of Deep Sea #11766B

Color information

#11766B (or 0x11766B) is unknown color: approx Deep Sea. HEX triplet: 11, 76 and 6B. RGB value is (17,118,107). Sum of RGB (Red+Green+Blue) = 17+118+107=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #11766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11766B is #EE8994. Grayscale: #565656. Windows color (decimal): -15632789 or 7042577. OLE color: 7042577.

HSL color Cylindrical-coordinate representation of color #11766B: hue angle of 173.47º 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 #11766B is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB17118107-
CMYK0.8600.090.54
HSL173.47º74.81%26.47%-
HSV(B)173.47º85.59%46.27%-
XYZ9.3614.1416.15-
YUV86.55139.5478.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.02%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=7.02%
G=48.76%
B=44.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171181070.8600.090.54173.4774.8126.47
Hex11766B560936ad4b1a
Octal211661531260116625511332
Binary100011110110110101110101100100111011010101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11766B; }

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

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

<style>
 a { background-color: #11766B; }

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

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

<style>
 span { border-color: #11766B; }

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

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