#11775F

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

Shades of Deep Sea #11775F

Tints of Deep Sea #11775F

Color information

#11775F (or 0x11775F) is unknown color: approx Deep Sea. HEX triplet: 11, 77 and 5F. RGB value is (17,119,95). Sum of RGB (Red+Green+Blue) = 17+119+95=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #11775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11775F is #EE88A0. Grayscale: #555555. Windows color (decimal): -15632545 or 6256401. OLE color: 6256401.

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

Color convert

RGB1711995-
CMYK0.8600.200.53
HSL165.88º75%26.67%-
HSV(B)165.88º85.71%46.67%-
XYZ8.8914.1413.09-
YUV85.77133.2178.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=7.36%
G=51.52%
B=41.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119950.8600.200.53165.887526.67
Hex11775F5601435a64b1b
Octal211671371260246524611333
Binary1000111101111011111101011001010011010110100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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