#11755A

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

Shades of Deep Sea #11755A

Tints of Deep Sea #11755A

Color information

#11755A (or 0x11755A) is unknown color: approx Deep Sea. HEX triplet: 11, 75 and 5A. RGB value is (17,117,90). Sum of RGB (Red+Green+Blue) = 17+117+90=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #11755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11755A is #EE8AA5. Grayscale: #545454. Windows color (decimal): -15633062 or 5928209. OLE color: 5928209.

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

Color convert

RGB1711790-
CMYK0.8500.230.54
HSL163.8º74.63%26.27%-
HSV(B)163.8º85.47%45.88%-
XYZ8.4413.5811.85-
YUV84.02131.3780.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=7.59%
G=52.23%
B=40.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117900.8500.230.54163.874.6326.27
Hex11755A5501736a44b1a
Octal211651321250276624411332
Binary1000111101011011010101010101011111011010100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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