#11A585

Color #11A585 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #11A585

Tints of Mountain Meadow #11A585

Color information

#11A585 (or 0x11A585) is unknown color: approx Mountain Meadow. HEX triplet: 11, A5 and 85. RGB value is (17,165,133). Sum of RGB (Red+Green+Blue) = 17+165+133=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #11A585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A585 is #EE5A7A. Grayscale: #757575. Windows color (decimal): -15620731 or 8758545. OLE color: 8758545.

HSL color Cylindrical-coordinate representation of color #11A585: hue angle of 167.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A585 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB17165133-
CMYK0.9000.190.35
HSL167.03º81.32%35.69%-
HSV(B)167.03º89.7%64.71%-
XYZ17.9228.7226.79-
YUV117.1136.9756.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=5.40%
G=52.38%
B=42.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal171651330.9000.190.35167.0381.3235.69
Hex11A5855A01323a75124
Octal212452051320234324712144
Binary1000110100101100001011011010010011100011101001111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A585; }

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

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

<style>
 a { background-color: #11A585; }

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

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

<style>
 span { border-color: #11A585; }

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

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