#11786B

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

Shades of Deep Sea #11786B

Tints of Deep Sea #11786B

Color information

#11786B (or 0x11786B) is unknown color: approx Deep Sea. HEX triplet: 11, 78 and 6B. RGB value is (17,120,107). Sum of RGB (Red+Green+Blue) = 17+120+107=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #11786B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11786B is #EE8794. Grayscale: #575757. Windows color (decimal): -15632277 or 7043089. OLE color: 7043089.

HSL color Cylindrical-coordinate representation of color #11786B: hue angle of 172.43º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11786B is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB17120107-
CMYK0.8600.110.53
HSL172.43º75.18%26.86%-
HSV(B)172.43º85.83%47.06%-
XYZ9.614.6116.22-
YUV87.72138.8877.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=6.97%
G=49.18%
B=43.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171201070.8600.110.53172.4375.1826.86
Hex11786B560B35ac4b1b
Octal211701531260136525411333
Binary100011111000110101110101100101111010110101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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