#21B28E

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

Shades of Mountain Meadow #21B28E

Tints of Mountain Meadow #21B28E

Color information

#21B28E (or 0x21B28E) is unknown color: approx Mountain Meadow. HEX triplet: 21, B2 and 8E. RGB value is (33,178,142). Sum of RGB (Red+Green+Blue) = 33+178+142=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #21B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B28E is #DE4D71. Grayscale: #828282. Windows color (decimal): -14568818 or 9351713. OLE color: 9351713.

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

Color convert

RGB33178142-
CMYK0.8100.200.30
HSL165.1º68.72%41.37%-
HSV(B)165.1º81.46%69.8%-
XYZ21.4334.1231.05-
YUV130.54134.4658.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.35%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=9.35%
G=50.42%
B=40.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331781420.8100.200.30165.168.7241.37
Hex21B28E510141Ea54529
Octal412622161210243624510551
Binary1000011011001010001110101000101010011110101001011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,178,142); }

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

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

 a { background-color: rgb(33,178,142); }

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

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

 span { border-color: rgb(33,178,142); }

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