Html Css Color HEX #21F1AF Medium Spring Green

📋 copy color: '#21F1AF'

red 33 ◦ green 241 ◦ blue 175

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

Shades of Medium Spring Green #21F1AF

Tints of Medium Spring Green #21F1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 7.35%
G = 53.67%
B = 38.98%

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

#21F1AF (or 0x21F1AF) is known color: Medium Spring Green. HEX triplet: 21, F1 and AF. RGB value is (33,241,175). Sum of RGB (Red+Green+Blue) = 33+241+175=449 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.35% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #21F1AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F1AF is #DE0E50. Grayscale: #ABABAB. Windows color (decimal): -14552657 or 11530529. OLE color: 11530529.

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

Color convert

RGB 33 241 175 -
CMYK 0.86 0 0.27 0.05
HSL 160.96º 0.88% 0.54% -
HSV(B) 160.96º 0.86% 0.95% -
XYZ 39.82 66.33 51.26 -
YUV 171.28 130.09 29.37 -
System Red Green Blue C M Y K H S L
Decimal 33 241 175 0.86 0 0.27 0.05 160.96 0.88 0.54
Hex 21 F1 AF 56 0 1B 5 A1 58 36
Octal 41 361 257 126 0 33 5 241 130 66
Binary 100001 11110001 10101111 1010110 0 11011 101 10100001 1011000 110110

Color Harmonies of #21F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F1AF

Black with #21F1AF

Text Example


Text Example

White with #21F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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