#21B585

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

Shades of Mountain Meadow #21B585

Tints of Mountain Meadow #21B585

Color information

#21B585 (or 0x21B585) is unknown color: approx Mountain Meadow. HEX triplet: 21, B5 and 85. RGB value is (33,181,133). Sum of RGB (Red+Green+Blue) = 33+181+133=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #21B585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B585 is #DE4A7A. Grayscale: #838383. Windows color (decimal): -14568059 or 8762657. OLE color: 8762657.

HSL color Cylindrical-coordinate representation of color #21B585: hue angle of 160.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B585 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB33181133-
CMYK0.8200.270.29
HSL160.54º69.16%41.96%-
HSV(B)160.54º81.77%70.98%-
XYZ21.3835.0627.83-
YUV131.28128.9757.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.51%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=9.51%
G=52.16%
B=38.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331811330.8200.270.29160.5469.1641.96
Hex21B5855201B1Da1452a
Octal412652051220333524110552
Binary1000011011010110000101101001001101111101101000011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B585; }

 p { color: rgb(33,181,133); }

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

<style>
 a { background-color: #21B585; }

 a { background-color: rgb(33,181,133); }

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

<style>
 span { border-color: #21B585; }

 span { border-color: rgb(33,181,133); }

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