#21EDAB

Color #21EDAB Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #21EDAB

Tints of Medium Spring Green #21EDAB

Color information

#21EDAB (or 0x21EDAB) is unknown color: approx Medium Spring Green. HEX triplet: 21, ED and AB. RGB value is (33,237,171). Sum of RGB (Red+Green+Blue) = 33+237+171=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #21EDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21EDAB is #DE1254. Grayscale: #A8A8A8. Windows color (decimal): -14553685 or 11267361. OLE color: 11267361.

HSL color Cylindrical-coordinate representation of color #21EDAB: hue angle of 160.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EDAB is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB33237171-
CMYK0.8600.280.07
HSL160.59º85%52.94%-
HSV(B)160.59º86.08%92.94%-
XYZ38.2663.8348.83-
YUV168.48129.4131.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.48%
GREEN value IS 237 (92.97% from 255) = 53.74%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=7.48%
G=53.74%
B=38.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332371710.8600.280.07160.598552.94
Hex21EDAB5601C7a15535
Octal41355253126034724112565
Binary10000111101101101010111010110011100111101000011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,237,171); }

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

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

 a { background-color: rgb(33,237,171); }

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

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

 span { border-color: rgb(33,237,171); }

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