#11796D

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

Shades of Deep Sea #11796D

Tints of Deep Sea #11796D

Color information

#11796D (or 0x11796D) is unknown color: approx Deep Sea. HEX triplet: 11, 79 and 6D. RGB value is (17,121,109). Sum of RGB (Red+Green+Blue) = 17+121+109=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #11796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11796D is #EE8692. Grayscale: #585858. Windows color (decimal): -15632019 or 7174417. OLE color: 7174417.

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

Color convert

RGB17121109-
CMYK0.8600.100.53
HSL173.08º75.36%27.06%-
HSV(B)173.08º85.95%47.45%-
XYZ9.8314.916.83-
YUV88.54139.5476.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 121 (47.66% from 255) = 48.99%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=6.88%
G=48.99%
B=44.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171211090.8600.100.53173.0875.3627.06
Hex11796D560A35ad4b1b
Octal211711551260126525511333
Binary100011111001110110110101100101011010110101101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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