Html Css Color HEX #14FEBE Medium Spring Green

📋 copy color: '#14FEBE'

red 20 ◦ green 254 ◦ blue 190

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

Shades of Medium Spring Green #14FEBE

Tints of Medium Spring Green #14FEBE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.74%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 4.31%
G = 54.74%
B = 40.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#14FEBE (or 0x14FEBE) is known color: Medium Spring Green. HEX triplet: 14, FE and BE. RGB value is (20,254,190). Sum of RGB (Red+Green+Blue) = 20+254+190=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FEBE is #EB0141. Grayscale: #B0B0B0. Windows color (decimal): -15401282 or 12516884. OLE color: 12516884.

HSL color Cylindrical-coordinate representation of color #14FEBE: hue angle of 163.59º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FEBE is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 254 190 -
CMYK 0.92 0 0.25 0.00
HSL 163.59º 0.99% 0.54% -
HSV(B) 163.59º 0.92% 1% -
XYZ 45.02 74.75 60.77 -
YUV 176.74 135.48 16.2 -
System Red Green Blue C M Y K H S L
Decimal 20 254 190 0.92 0 0.25 0.00 163.59 0.99 0.54
Hex 14 FE BE 5C 0 19 0 A4 63 36
Octal 24 376 276 134 0 31 0 244 143 66
Binary 10100 11111110 10111110 1011100 0 11001 0 10100100 1100011 110110

Color Harmonies of #14FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FEBE

Black with #14FEBE

Text Example


Text Example

White with #14FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,254,190); }

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

background-color css

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

 a { background-color: rgb(20,254,190); }

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

border-color css

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

 span { border-color: rgb(20,254,190); }

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