#21EEAF

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

Shades of Medium Spring Green #21EEAF

Tints of Medium Spring Green #21EEAF

Color information

#21EEAF (or 0x21EEAF) is unknown color: approx Medium Spring Green. HEX triplet: 21, EE and AF. RGB value is (33,238,175). Sum of RGB (Red+Green+Blue) = 33+238+175=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21EEAF is #DE1150. Grayscale: #A9A9A9. Windows color (decimal): -14553425 or 11529761. OLE color: 11529761.

HSL color Cylindrical-coordinate representation of color #21EEAF: hue angle of 161.56º degrees, saturation: 0.86, 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 #21EEAF is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB33238175-
CMYK0.8600.260.07
HSL161.56º85.77%53.14%-
HSV(B)161.56º86.13%93.33%-
XYZ38.9464.5750.97-
YUV169.52131.0830.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.40%
GREEN value IS 238 (93.36% from 255) = 53.36%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=7.40%
G=53.36%
B=39.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332381750.8600.260.07161.5685.7753.14
Hex21EEAF5601A7a25635
Octal41356257126032724212665
Binary10000111101110101011111010110011010111101000101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,238,175); }

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

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

 a { background-color: rgb(33,238,175); }

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

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

 span { border-color: rgb(33,238,175); }

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