#14FBB9

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

Shades of Medium Spring Green #14FBB9

Tints of Medium Spring Green #14FBB9

Color information

#14FBB9 (or 0x14FBB9) is unknown color: approx Medium Spring Green. HEX triplet: 14, FB and B9. RGB value is (20,251,185). Sum of RGB (Red+Green+Blue) = 20+251+185=456 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.39% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBB9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FBB9 is #EB0446. Grayscale: #AEAEAE. Windows color (decimal): -15402055 or 12188436. OLE color: 12188436.

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

Color convert

RGB20251185-
CMYK0.9200.260.02
HSL162.86º96.65%53.14%-
HSV(B)162.86º92.03%98.43%-
XYZ43.5472.6557.63-
YUV174.41133.9717.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.39%
GREEN value IS 251 (98.44% from 255) = 55.04%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=4.39%
G=55.04%
B=40.57%

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
Decimal202511850.9200.260.02162.8696.6553.14
Hex14FBB95C01A2a36135
Octal24373271134032224314165
Binary101001111101110111001101110001101010101000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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