#21B686

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

Shades of Mountain Meadow #21B686

Tints of Mountain Meadow #21B686

Color information

#21B686 (or 0x21B686) is unknown color: approx Mountain Meadow. HEX triplet: 21, B6 and 86. RGB value is (33,182,134). Sum of RGB (Red+Green+Blue) = 33+182+134=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #21B686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B686 is #DE4979. Grayscale: #848484. Windows color (decimal): -14567802 or 8828449. OLE color: 8828449.

HSL color Cylindrical-coordinate representation of color #21B686: hue angle of 160.67º 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 #21B686 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB33182134-
CMYK0.8200.260.29
HSL160.67º69.3%42.16%-
HSV(B)160.67º81.87%71.37%-
XYZ21.6635.528.27-
YUV131.98129.1457.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.46%
GREEN value IS 182 (71.48% from 255) = 52.15%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=9.46%
G=52.15%
B=38.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331821340.8200.260.29160.6769.342.16
Hex21B6865201A1Da1452a
Octal412662061220323524110552
Binary1000011011011010000110101001001101011101101000011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,182,134); }

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

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

 a { background-color: rgb(33,182,134); }

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

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

 span { border-color: rgb(33,182,134); }

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