Html Css Color HEX #20FABA Medium Spring Green

📋 copy color: '#20FABA'

red 32 ◦ green 250 ◦ blue 186

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

Shades of Medium Spring Green #20FABA

Tints of Medium Spring Green #20FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.42%

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 6.84%
G = 53.42%
B = 39.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#20FABA (or 0x20FABA) is known color: Medium Spring Green. HEX triplet: 20, FA and BA. RGB value is (32,250,186). Sum of RGB (Red+Green+Blue) = 32+250+186=468 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.84% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #20FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FABA is #DF0545. Grayscale: #B1B1B1. Windows color (decimal): -14615878 or 12253728. OLE color: 12253728.

HSL color Cylindrical-coordinate representation of color #20FABA: hue angle of 162.39º 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 #20FABA is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 186 -
CMYK 0.87 0 0.26 0.02
HSL 162.39º 0.96% 0.55% -
HSV(B) 162.39º 0.87% 0.98% -
XYZ 43.64 72.22 58.09 -
YUV 177.52 132.78 24.2 -
System Red Green Blue C M Y K H S L
Decimal 32 250 186 0.87 0 0.26 0.02 162.39 0.96 0.55
Hex 20 FA BA 57 0 1A 2 A2 60 37
Octal 40 372 272 127 0 32 2 242 140 67
Binary 100000 11111010 10111010 1010111 0 11010 10 10100010 1100000 110111

Color Harmonies of #20FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FABA

Black with #20FABA

Text Example


Text Example

White with #20FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,250,186); }

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

background-color css

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

 a { background-color: rgb(32,250,186); }

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

border-color css

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

 span { border-color: rgb(32,250,186); }

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