Html Css Color HEX #21FBA0 Medium Spring Green

📋 copy color: '#21FBA0'

red 33 ◦ green 251 ◦ blue 160

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

Shades of Medium Spring Green #21FBA0

Tints of Medium Spring Green #21FBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.53%

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

R = 7.43%
G = 56.53%
B = 36.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#21FBA0 (or 0x21FBA0) is known color: Medium Spring Green. HEX triplet: 21, FB and A0. RGB value is (33,251,160). Sum of RGB (Red+Green+Blue) = 33+251+160=444 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.43% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #21FBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21FBA0 is #DE045F. Grayscale: #AFAFAF. Windows color (decimal): -14550112 or 10550049. OLE color: 10550049.

HSL color Cylindrical-coordinate representation of color #21FBA0: hue angle of 154.95º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FBA0 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 251 160 -
CMYK 0.87 0 0.36 0.02
HSL 154.95º 0.96% 0.56% -
HSV(B) 154.95º 0.87% 0.98% -
XYZ 41.47 71.86 44.94 -
YUV 175.44 119.28 26.4 -
System Red Green Blue C M Y K H S L
Decimal 33 251 160 0.87 0 0.36 0.02 154.95 0.96 0.56
Hex 21 FB A0 57 0 24 2 9B 60 38
Octal 41 373 240 127 0 44 2 233 140 70
Binary 100001 11111011 10100000 1010111 0 100100 10 10011011 1100000 111000

Color Harmonies of #21FBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FBA0

Black with #21FBA0

Text Example


Text Example

White with #21FBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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