#11755D

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

Shades of Deep Sea #11755D

Tints of Deep Sea #11755D

Color information

#11755D (or 0x11755D) is unknown color: approx Deep Sea. HEX triplet: 11, 75 and 5D. RGB value is (17,117,93). Sum of RGB (Red+Green+Blue) = 17+117+93=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #11755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11755D is #EE8AA2. Grayscale: #545454. Windows color (decimal): -15633059 or 6124817. OLE color: 6124817.

HSL color Cylindrical-coordinate representation of color #11755D: hue angle of 165.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11755D is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1711793-
CMYK0.8500.210.54
HSL165.6º74.63%26.27%-
HSV(B)165.6º85.47%45.88%-
XYZ8.5713.6312.54-
YUV84.36132.8779.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=7.49%
G=51.54%
B=40.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117930.8500.210.54165.674.6326.27
Hex11755D5501536a64b1a
Octal211651351250256624611332
Binary1000111101011011101101010101010111011010100110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,117,93); }

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

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

 a { background-color: rgb(17,117,93); }

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

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

 span { border-color: rgb(17,117,93); }

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