Html Css Color HEX #20FBAF Medium Spring Green

📋 copy color: '#20FBAF'

red 32 ◦ green 251 ◦ blue 175

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

Shades of Medium Spring Green #20FBAF

Tints of Medium Spring Green #20FBAF

RGB

 RED value IS 32 (12.89% from 255) = 6.99%

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

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

R = 6.99%
G = 54.8%
B = 38.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#20FBAF (or 0x20FBAF) is known color: Medium Spring Green. HEX triplet: 20, FB and AF. RGB value is (32,251,175). Sum of RGB (Red+Green+Blue) = 32+251+175=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #20FBAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FBAF is #DF0450. Grayscale: #B0B0B0. Windows color (decimal): -14615633 or 11533088. OLE color: 11533088.

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

Color convert

RGB 32 251 175 -
CMYK 0.87 0 0.30 0.02
HSL 159.18º 0.96% 0.55% -
HSV(B) 159.18º 0.87% 0.98% -
XYZ 42.83 72.4 52.27 -
YUV 176.86 126.95 24.68 -
System Red Green Blue C M Y K H S L
Decimal 32 251 175 0.87 0 0.30 0.02 159.18 0.96 0.55
Hex 20 FB AF 57 0 1E 2 9F 60 37
Octal 40 373 257 127 0 36 2 237 140 67
Binary 100000 11111011 10101111 1010111 0 11110 10 10011111 1100000 110111

Color Harmonies of #20FBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FBAF

Black with #20FBAF

Text Example


Text Example

White with #20FBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20FBAF; }

 p { color: rgb(32,251,175); }

 H1.HeaderClassName
 {
   color: #20FBAF;
 }
 .AnyTagClassName
 {
   color: #20FBAF;
 }
</style>

background-color css

<style>
 a { background-color: #20FBAF; }

 a { background-color: rgb(32,251,175); }

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

border-color css

<style>
 span { border-color: #20FBAF; }

 span { border-color: rgb(32,251,175); }

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