#11775B

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

Shades of Deep Sea #11775B

Tints of Deep Sea #11775B

Color information

#11775B (or 0x11775B) is unknown color: approx Deep Sea. HEX triplet: 11, 77 and 5B. RGB value is (17,119,91). Sum of RGB (Red+Green+Blue) = 17+119+91=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #11775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11775B is #EE88A4. Grayscale: #555555. Windows color (decimal): -15632549 or 5994257. OLE color: 5994257.

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

Color convert

RGB1711991-
CMYK0.8600.240.53
HSL163.53º75%26.67%-
HSV(B)163.53º85.71%46.67%-
XYZ8.7214.0712.15-
YUV85.31131.2179.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=7.49%
G=52.42%
B=40.09%

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
Decimal17119910.8600.240.53163.537526.67
Hex11775B5601835a44b1b
Octal211671331260306524411333
Binary1000111101111011011101011001100011010110100100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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