#21B38B

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

Shades of Mountain Meadow #21B38B

Tints of Mountain Meadow #21B38B

Color information

#21B38B (or 0x21B38B) is unknown color: approx Mountain Meadow. HEX triplet: 21, B3 and 8B. RGB value is (33,179,139). Sum of RGB (Red+Green+Blue) = 33+179+139=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #21B38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B38B is #DE4C74. Grayscale: #828282. Windows color (decimal): -14568565 or 9155361. OLE color: 9155361.

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

Color convert

RGB33179139-
CMYK0.8200.220.30
HSL163.56º68.87%41.57%-
HSV(B)163.56º81.56%70.2%-
XYZ21.4134.4329.94-
YUV130.79132.6358.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.40%
GREEN value IS 179 (70.31% from 255) = 51.00%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=9.40%
G=51.00%
B=39.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331791390.8200.220.30163.5668.8741.57
Hex21B38B520161Ea4452a
Octal412632131220263624410552
Binary1000011011001110001011101001001011011110101001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,179,139); }

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

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

 a { background-color: rgb(33,179,139); }

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

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

 span { border-color: rgb(33,179,139); }

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