Html Css Color HEX #20FFBA Medium Spring Green

📋 copy color: '#20FFBA'

red 32 ◦ green 255 ◦ blue 186

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

Shades of Medium Spring Green #20FFBA

Tints of Medium Spring Green #20FFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 53.91%

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

R = 6.77%
G = 53.91%
B = 39.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#20FFBA (or 0x20FFBA) is known color: Medium Spring Green. HEX triplet: 20, FF and BA. RGB value is (32,255,186). Sum of RGB (Red+Green+Blue) = 32+255+186=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #20FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FFBA is #DF0045. Grayscale: #B4B4B4. Windows color (decimal): -14614598 or 12255008. OLE color: 12255008.

HSL color Cylindrical-coordinate representation of color #20FFBA: hue angle of 161.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FFBA is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 32 255 186 -
CMYK 0.87 0 0.27 0
HSL 161.44º 1% 0.56% -
HSV(B) 161.44º 0.87% 1% -
XYZ 45.22 75.37 58.62 -
YUV 180.46 131.12 22.11 -
System Red Green Blue C M Y K H S L
Decimal 32 255 186 0.87 0 0.27 0 161.44 1 0.56
Hex 20 FF BA 57 0 1B 0 A1 64 38
Octal 40 377 272 127 0 33 0 241 144 70
Binary 100000 11111111 10111010 1010111 0 11011 0 10100001 1100100 111000

Color Harmonies of #20FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FFBA

Black with #20FFBA

Text Example


Text Example

White with #20FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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