#11796C

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

Shades of Deep Sea #11796C

Tints of Deep Sea #11796C

Color information

#11796C (or 0x11796C) is unknown color: approx Deep Sea. HEX triplet: 11, 79 and 6C. RGB value is (17,121,108). Sum of RGB (Red+Green+Blue) = 17+121+108=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #11796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11796C is #EE8693. Grayscale: #585858. Windows color (decimal): -15632020 or 7108881. OLE color: 7108881.

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

Color convert

RGB17121108-
CMYK0.8600.110.53
HSL172.5º75.36%27.06%-
HSV(B)172.5º85.95%47.45%-
XYZ9.7814.8816.54-
YUV88.42139.0477.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=6.91%
G=49.19%
B=43.90%

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
Decimal171211080.8600.110.53172.575.3627.06
Hex11796C560B35ac4b1b
Octal211711541260136525411333
Binary100011111001110110010101100101111010110101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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