#14F9F0

Color #14F9F0 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #14F9F0

Tints of Aqua #14F9F0

Color information

#14F9F0 (or 0x14F9F0) is unknown color: approx Aqua. HEX triplet: 14, F9 and F0. RGB value is (20,249,240). Sum of RGB (Red+Green+Blue) = 20+249+240=509 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.93% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F9F0 is #EB060F. Grayscale: #B3B3B3. Windows color (decimal): -15402512 or 15792404. OLE color: 15792404.

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

Color convert

RGB20249240-
CMYK0.9200.040.02
HSL177.64º95.02%52.75%-
HSV(B)177.64º91.97%97.65%-
XYZ49.8974.1994.13-
YUV179.5162.1314.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 3.93%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 240 (94.14% from 255) = 47.15%
R=3.93%
G=48.92%
B=47.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202492400.9200.040.02177.6495.0252.75
Hex14F9F05C042b25f35
Octal2437136013404226213765
Binary1010011111001111100001011100010010101100101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,249,240); }

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

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

 a { background-color: rgb(20,249,240); }

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

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

 span { border-color: rgb(20,249,240); }

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