Html Css Color HEX #21F1B0 Medium Spring Green

📋 copy color: '#21F1B0'

red 33 ◦ green 241 ◦ blue 176

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

Shades of Medium Spring Green #21F1B0

Tints of Medium Spring Green #21F1B0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.56%

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 7.33%
G = 53.56%
B = 39.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#21F1B0 (or 0x21F1B0) is known color: Medium Spring Green. HEX triplet: 21, F1 and B0. RGB value is (33,241,176). Sum of RGB (Red+Green+Blue) = 33+241+176=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #21F1B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F1B0 is #DE0E4F. Grayscale: #ABABAB. Windows color (decimal): -14552656 or 11596065. OLE color: 11596065.

HSL color Cylindrical-coordinate representation of color #21F1B0: hue angle of 161.25º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F1B0 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 241 176 -
CMYK 0.86 0 0.27 0.05
HSL 161.25º 0.88% 0.54% -
HSV(B) 161.25º 0.86% 0.95% -
XYZ 39.92 66.37 51.78 -
YUV 171.4 130.59 29.29 -
System Red Green Blue C M Y K H S L
Decimal 33 241 176 0.86 0 0.27 0.05 161.25 0.88 0.54
Hex 21 F1 B0 56 0 1B 5 A1 58 36
Octal 41 361 260 126 0 33 5 241 130 66
Binary 100001 11110001 10110000 1010110 0 11011 101 10100001 1011000 110110

Color Harmonies of #21F1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F1B0

Black with #21F1B0

Text Example


Text Example

White with #21F1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,241,176); }

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

background-color css

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

 a { background-color: rgb(33,241,176); }

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

border-color css

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

 span { border-color: rgb(33,241,176); }

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