Html Css Color HEX #14FCBC Medium Spring Green

📋 copy color: '#14FCBC'

red 20 ◦ green 252 ◦ blue 188

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

Shades of Medium Spring Green #14FCBC

Tints of Medium Spring Green #14FCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 4.35%
G = 54.78%
B = 40.87%

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

#14FCBC (or 0x14FCBC) is known color: Medium Spring Green. HEX triplet: 14, FC and BC. RGB value is (20,252,188). Sum of RGB (Red+Green+Blue) = 20+252+188=460 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.35% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCBC is #EB0343. Grayscale: #AFAFAF. Windows color (decimal): -15401796 or 12385300. OLE color: 12385300.

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

Color convert

RGB 20 252 188 -
CMYK 0.92 0 0.25 0.01
HSL 163.45º 0.97% 0.53% -
HSV(B) 163.45º 0.92% 0.99% -
XYZ 44.18 73.4 59.42 -
YUV 175.34 135.14 17.2 -
System Red Green Blue C M Y K H S L
Decimal 20 252 188 0.92 0 0.25 0.01 163.45 0.97 0.53
Hex 14 FC BC 5C 0 19 1 A3 61 35
Octal 24 374 274 134 0 31 1 243 141 65
Binary 10100 11111100 10111100 1011100 0 11001 1 10100011 1100001 110101

Color Harmonies of #14FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FCBC

Black with #14FCBC

Text Example


Text Example

White with #14FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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