Html Css Color HEX #14FCBA Medium Spring Green

📋 copy color: '#14FCBA'

red 20 ◦ green 252 ◦ blue 186

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

Shades of Medium Spring Green #14FCBA

Tints of Medium Spring Green #14FCBA

RGB

 RED value IS 20 (8.2% from 255) = 4.37%

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

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

R = 4.37%
G = 55.02%
B = 40.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#14FCBA (or 0x14FCBA) is known color: Medium Spring Green. HEX triplet: 14, FC and BA. RGB value is (20,252,186). Sum of RGB (Red+Green+Blue) = 20+252+186=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCBA is #EB0345. Grayscale: #AFAFAF. Windows color (decimal): -15401798 or 12254228. OLE color: 12254228.

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

Color convert

RGB 20 252 186 -
CMYK 0.92 0 0.26 0.01
HSL 162.93º 0.97% 0.53% -
HSV(B) 162.93º 0.92% 0.99% -
XYZ 43.96 73.31 58.29 -
YUV 175.11 134.14 17.37 -
System Red Green Blue C M Y K H S L
Decimal 20 252 186 0.92 0 0.26 0.01 162.93 0.97 0.53
Hex 14 FC BA 5C 0 1A 1 A3 61 35
Octal 24 374 272 134 0 32 1 243 141 65
Binary 10100 11111100 10111010 1011100 0 11010 1 10100011 1100001 110101

Color Harmonies of #14FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FCBA

Black with #14FCBA

Text Example


Text Example

White with #14FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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