#14FBBA

Color #14FBBA Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #14FBBA

Tints of Medium Spring Green #14FBBA

Color information

#14FBBA (or 0x14FBBA) is unknown color: approx Medium Spring Green. HEX triplet: 14, FB and BA. RGB value is (20,251,186). Sum of RGB (Red+Green+Blue) = 20+251+186=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FBBA is #EB0445. Grayscale: #AEAEAE. Windows color (decimal): -15402054 or 12253972. OLE color: 12253972.

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

Color convert

RGB20251186-
CMYK0.9200.260.02
HSL163.12º96.65%53.14%-
HSV(B)163.12º92.03%98.43%-
XYZ43.6572.6958.18-
YUV174.52134.4717.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.38%
GREEN value IS 251 (98.44% from 255) = 54.92%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=4.38%
G=54.92%
B=40.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202511860.9200.260.02163.1296.6553.14
Hex14FBBA5C01A2a36135
Octal24373272134032224314165
Binary101001111101110111010101110001101010101000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14FBBA;
 }
 .AnyTagClassName
 {
   color: #14FBBA;
 }
</style>
background-color css

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

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

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

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

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

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