Html Css Color HEX #21EFA0 Medium Spring Green

📋 copy color: '#21EFA0'

red 33 ◦ green 239 ◦ blue 160

#21EFA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #21EFA0

Tints of Medium Spring Green #21EFA0

RGB

 RED value IS 33 (13.28% from 255) = 7.64%

 GREEN value IS 239 (93.75% from 255) = 55.32%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 7.64%
G = 55.32%
B = 37.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#21EFA0 (or 0x21EFA0) is known color: Medium Spring Green. HEX triplet: 21, EF and A0. RGB value is (33,239,160). Sum of RGB (Red+Green+Blue) = 33+239+160=432 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.64% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21EFA0 is #DE105F. Grayscale: #A8A8A8. Windows color (decimal): -14553184 or 10546977. OLE color: 10546977.

HSL color Cylindrical-coordinate representation of color #21EFA0: hue angle of 156.99º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EFA0 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 239 160 -
CMYK 0.86 0 0.33 0.06
HSL 156.99º 0.87% 0.53% -
HSV(B) 156.99º 0.86% 0.94% -
XYZ 37.84 64.59 43.73 -
YUV 168.4 123.25 31.42 -
System Red Green Blue C M Y K H S L
Decimal 33 239 160 0.86 0 0.33 0.06 156.99 0.87 0.53
Hex 21 EF A0 56 0 21 6 9D 57 35
Octal 41 357 240 126 0 41 6 235 127 65
Binary 100001 11101111 10100000 1010110 0 100001 110 10011101 1010111 110101

Color Harmonies of #21EFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EFA0

Black with #21EFA0

Text Example


Text Example

White with #21EFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,239,160); }

 H1.HeaderClassName
 {
   color: #21EFA0;
 }
 .AnyTagClassName
 {
   color: #21EFA0;
 }
</style>

background-color css

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

 a { background-color: rgb(33,239,160); }

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

border-color css

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

 span { border-color: rgb(33,239,160); }

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