#11755B

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

Shades of Deep Sea #11755B

Tints of Deep Sea #11755B

Color information

#11755B (or 0x11755B) is unknown color: approx Deep Sea. HEX triplet: 11, 75 and 5B. RGB value is (17,117,91). Sum of RGB (Red+Green+Blue) = 17+117+91=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #11755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11755B is #EE8AA4. Grayscale: #545454. Windows color (decimal): -15633061 or 5993745. OLE color: 5993745.

HSL color Cylindrical-coordinate representation of color #11755B: hue angle of 164.4º 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 #11755B is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1711791-
CMYK0.8500.220.54
HSL164.4º74.63%26.27%-
HSV(B)164.4º85.47%45.88%-
XYZ8.4813.612.08-
YUV84.14131.8780.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=7.56%
G=52%
B=40.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117910.8500.220.54164.474.6326.27
Hex11755B5501636a44b1a
Octal211651331250266624411332
Binary1000111101011011011101010101011011011010100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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