#21B983

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

Shades of Mountain Meadow #21B983

Tints of Mountain Meadow #21B983

Color information

#21B983 (or 0x21B983) is unknown color: approx Mountain Meadow. HEX triplet: 21, B9 and 83. RGB value is (33,185,131). Sum of RGB (Red+Green+Blue) = 33+185+131=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #21B983 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B983 is #DE467C. Grayscale: #858585. Windows color (decimal): -14567037 or 8632609. OLE color: 8632609.

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

Color convert

RGB33185131-
CMYK0.8200.290.27
HSL158.68º69.72%42.75%-
HSV(B)158.68º82.16%72.55%-
XYZ22.0736.6627.39-
YUV133.4126.6456.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.46%
GREEN value IS 185 (72.66% from 255) = 53.01%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=9.46%
G=53.01%
B=37.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331851310.8200.290.27158.6869.7242.75
Hex21B9835201D1B9f462b
Octal412712031220353323710653
Binary1000011011100110000011101001001110111011100111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,185,131); }

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

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

 a { background-color: rgb(33,185,131); }

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

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

 span { border-color: rgb(33,185,131); }

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