#11766A

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

Shades of Deep Sea #11766A

Tints of Deep Sea #11766A

Color information

#11766A (or 0x11766A) is unknown color: approx Deep Sea. HEX triplet: 11, 76 and 6A. RGB value is (17,118,106). Sum of RGB (Red+Green+Blue) = 17+118+106=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #11766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11766A is #EE8995. Grayscale: #565656. Windows color (decimal): -15632790 or 6977041. OLE color: 6977041.

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

Color convert

RGB17118106-
CMYK0.8600.100.54
HSL172.87º74.81%26.47%-
HSV(B)172.87º85.59%46.27%-
XYZ9.3114.1215.87-
YUV86.43139.0478.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=7.05%
G=48.96%
B=43.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171181060.8600.100.54172.8774.8126.47
Hex11766A560A36ad4b1a
Octal211661521260126625511332
Binary100011110110110101010101100101011011010101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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