Html Css Color HEX #21F0B1 Medium Spring Green

📋 copy color: '#21F0B1'

red 33 ◦ green 240 ◦ blue 177

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

Shades of Medium Spring Green #21F0B1

Tints of Medium Spring Green #21F0B1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.33%

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 7.33%
G = 53.33%
B = 39.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#21F0B1 (or 0x21F0B1) is known color: Medium Spring Green. HEX triplet: 21, F0 and B1. RGB value is (33,240,177). Sum of RGB (Red+Green+Blue) = 33+240+177=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #21F0B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F0B1 is #DE0F4E. Grayscale: #AAAAAA. Windows color (decimal): -14552911 or 11661345. OLE color: 11661345.

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

Color convert

RGB 33 240 177 -
CMYK 0.86 0 0.26 0.06
HSL 161.74º 0.87% 0.54% -
HSV(B) 161.74º 0.86% 0.94% -
XYZ 39.72 65.82 52.21 -
YUV 170.93 131.42 29.62 -
System Red Green Blue C M Y K H S L
Decimal 33 240 177 0.86 0 0.26 0.06 161.74 0.87 0.54
Hex 21 F0 B1 56 0 1A 6 A2 57 36
Octal 41 360 261 126 0 32 6 242 127 66
Binary 100001 11110000 10110001 1010110 0 11010 110 10100010 1010111 110110

Color Harmonies of #21F0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F0B1

Black with #21F0B1

Text Example


Text Example

White with #21F0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,240,177); }

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

background-color css

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

 a { background-color: rgb(33,240,177); }

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

border-color css

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

 span { border-color: rgb(33,240,177); }

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