Html Css Color HEX #14FCBD Medium Spring Green

📋 copy color: '#14FCBD'

red 20 ◦ green 252 ◦ blue 189

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

Shades of Medium Spring Green #14FCBD

Tints of Medium Spring Green #14FCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 4.34%
G = 54.66%
B = 41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#14FCBD (or 0x14FCBD) is known color: Medium Spring Green. HEX triplet: 14, FC and BD. RGB value is (20,252,189). Sum of RGB (Red+Green+Blue) = 20+252+189=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCBD is #EB0342. Grayscale: #AFAFAF. Windows color (decimal): -15401795 or 12450836. OLE color: 12450836.

HSL color Cylindrical-coordinate representation of color #14FCBD: hue angle of 163.71º 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 #14FCBD is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 252 189 -
CMYK 0.92 0 0.25 0.01
HSL 163.71º 0.97% 0.53% -
HSV(B) 163.71º 0.92% 0.99% -
XYZ 44.28 73.44 59.99 -
YUV 175.45 135.64 17.12 -
System Red Green Blue C M Y K H S L
Decimal 20 252 189 0.92 0 0.25 0.01 163.71 0.97 0.53
Hex 14 FC BD 5C 0 19 1 A4 61 35
Octal 24 374 275 134 0 31 1 244 141 65
Binary 10100 11111100 10111101 1011100 0 11001 1 10100100 1100001 110101

Color Harmonies of #14FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FCBD

Black with #14FCBD

Text Example


Text Example

White with #14FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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