#11755F

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

Shades of Deep Sea #11755F

Tints of Deep Sea #11755F

Color information

#11755F (or 0x11755F) is unknown color: approx Deep Sea. HEX triplet: 11, 75 and 5F. RGB value is (17,117,95). Sum of RGB (Red+Green+Blue) = 17+117+95=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #11755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11755F is #EE8AA0. Grayscale: #545454. Windows color (decimal): -15633057 or 6255889. OLE color: 6255889.

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

Color convert

RGB1711795-
CMYK0.8500.190.54
HSL166.8º74.63%26.27%-
HSV(B)166.8º85.47%45.88%-
XYZ8.6613.6713.01-
YUV84.59133.8779.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=7.42%
G=51.09%
B=41.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117950.8500.190.54166.874.6326.27
Hex11755F5501336a74b1a
Octal211651371250236624711332
Binary1000111101011011111101010101001111011010100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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