Html Css Color HEX #20FCBA Medium Spring Green

📋 copy color: '#20FCBA'

red 32 ◦ green 252 ◦ blue 186

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

Shades of Medium Spring Green #20FCBA

Tints of Medium Spring Green #20FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.62%

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

R = 6.81%
G = 53.62%
B = 39.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#20FCBA (or 0x20FCBA) is known color: Medium Spring Green. HEX triplet: 20, FC and BA. RGB value is (32,252,186). Sum of RGB (Red+Green+Blue) = 32+252+186=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCBA is #DF0345. Grayscale: #B2B2B2. Windows color (decimal): -14615366 or 12254240. OLE color: 12254240.

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

Color convert

RGB 32 252 186 -
CMYK 0.87 0 0.26 0.01
HSL 162º 0.97% 0.56% -
HSV(B) 162º 0.87% 0.99% -
XYZ 44.27 73.47 58.3 -
YUV 178.7 132.11 23.37 -
System Red Green Blue C M Y K H S L
Decimal 32 252 186 0.87 0 0.26 0.01 162 0.97 0.56
Hex 20 FC BA 57 0 1A 1 A2 61 38
Octal 40 374 272 127 0 32 1 242 141 70
Binary 100000 11111100 10111010 1010111 0 11010 1 10100010 1100001 111000

Color Harmonies of #20FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FCBA

Black with #20FCBA

Text Example


Text Example

White with #20FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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