#21F0B2

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

Shades of Medium Spring Green #21F0B2

Tints of Medium Spring Green #21F0B2

Color information

#21F0B2 (or 0x21F0B2) is unknown color: approx Medium Spring Green. HEX triplet: 21, F0 and B2. RGB value is (33,240,178). Sum of RGB (Red+Green+Blue) = 33+240+178=451 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.32% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #21F0B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F0B2 is #DE0F4D. Grayscale: #ABABAB. Windows color (decimal): -14552910 or 11726881. OLE color: 11726881.

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

Color convert

RGB33240178-
CMYK0.8600.260.06
HSL162.03º87.34%53.53%-
HSV(B)162.03º86.25%94.12%-
XYZ39.8265.8652.73-
YUV171.04131.9229.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.32%
GREEN value IS 240 (94.14% from 255) = 53.22%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=7.32%
G=53.22%
B=39.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal332401780.8600.260.06162.0387.3453.53
Hex21F0B25601A6a25736
Octal41360262126032624212766
Binary10000111110000101100101010110011010110101000101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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