#11796B

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

Shades of Deep Sea #11796B

Tints of Deep Sea #11796B

Color information

#11796B (or 0x11796B) is unknown color: approx Deep Sea. HEX triplet: 11, 79 and 6B. RGB value is (17,121,107). Sum of RGB (Red+Green+Blue) = 17+121+107=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #11796B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11796B is #EE8694. Grayscale: #585858. Windows color (decimal): -15632021 or 7043345. OLE color: 7043345.

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

Color convert

RGB17121107-
CMYK0.8600.120.53
HSL171.92º75.36%27.06%-
HSV(B)171.92º85.95%47.45%-
XYZ9.7214.8616.26-
YUV88.31138.5477.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=6.94%
G=49.39%
B=43.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171211070.8600.120.53171.9275.3627.06
Hex11796B560C35ac4b1b
Octal211711531260146525411333
Binary100011111001110101110101100110011010110101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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