#14F6BB

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

Shades of Medium Spring Green #14F6BB

Tints of Medium Spring Green #14F6BB

Color information

#14F6BB (or 0x14F6BB) is unknown color: approx Medium Spring Green. HEX triplet: 14, F6 and BB. RGB value is (20,246,187). Sum of RGB (Red+Green+Blue) = 20+246+187=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #14F6BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F6BB is #EB0944. Grayscale: #ABABAB. Windows color (decimal): -15403333 or 12318228. OLE color: 12318228.

HSL color Cylindrical-coordinate representation of color #14F6BB: hue angle of 164.34º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F6BB is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB20246187-
CMYK0.9200.240.04
HSL164.34º92.62%52.16%-
HSV(B)164.34º91.87%96.47%-
XYZ42.2169.6558.23-
YUV171.7136.6319.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.42%
GREEN value IS 246 (96.48% from 255) = 54.30%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=4.42%
G=54.30%
B=41.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202461870.9200.240.04164.3492.6252.16
Hex14F6BB5C0184a45d34
Octal24366273134030424413564
Binary1010011110110101110111011100011000100101001001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,246,187); }

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

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

 a { background-color: rgb(20,246,187); }

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

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

 span { border-color: rgb(20,246,187); }

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