#11775A

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

Shades of Deep Sea #11775A

Tints of Deep Sea #11775A

Color information

#11775A (or 0x11775A) is unknown color: approx Deep Sea. HEX triplet: 11, 77 and 5A. RGB value is (17,119,90). Sum of RGB (Red+Green+Blue) = 17+119+90=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #11775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11775A is #EE88A5. Grayscale: #555555. Windows color (decimal): -15632550 or 5928721. OLE color: 5928721.

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

Color convert

RGB1711990-
CMYK0.8600.240.53
HSL162.94º75%26.67%-
HSV(B)162.94º85.71%46.67%-
XYZ8.6714.0511.93-
YUV85.2130.7179.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=7.52%
G=52.65%
B=39.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119900.8600.240.53162.947526.67
Hex11775A5601835a34b1b
Octal211671321260306524311333
Binary1000111101111011010101011001100011010110100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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