#11855D

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

Shades of Deep Sea #11855D

Tints of Deep Sea #11855D

Color information

#11855D (or 0x11855D) is unknown color: approx Deep Sea. HEX triplet: 11, 85 and 5D. RGB value is (17,133,93). Sum of RGB (Red+Green+Blue) = 17+133+93=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #11855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11855D is #EE7AA2. Grayscale: #5D5D5D. Windows color (decimal): -15628963 or 6128913. OLE color: 6128913.

HSL color Cylindrical-coordinate representation of color #11855D: hue angle of 159.31º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11855D is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1713393-
CMYK0.8700.300.48
HSL159.31º77.33%29.41%-
HSV(B)159.31º87.22%52.16%-
XYZ10.5917.6813.21-
YUV93.76127.5773.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=7.00%
G=54.73%
B=38.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17133930.8700.300.48159.3177.3329.41
Hex11855D5701E309f4d1d
Octal212051351270366023711535
Binary10001100001011011101101011101111011000010011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11855D; }

 p { color: rgb(17,133,93); }

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

<style>
 a { background-color: #11855D; }

 a { background-color: rgb(17,133,93); }

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

<style>
 span { border-color: #11855D; }

 span { border-color: rgb(17,133,93); }

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