Shades of Aqua #14F9F2
Tints of Aqua #14F9F2
RGB
CMYK
RGB Variations
Color information
#14F9F2 (or 0x14F9F2) is known color: Aqua. HEX triplet: 14, F9 and F2. RGB value is (20,249,242). Sum of RGB (Red+Green+Blue) = 20+249+242=511 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.91% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F9F2 is #EB060D. Grayscale: #B3B3B3. Windows color (decimal): -15402510 or 15923476. OLE color: 15923476.
HSL color Cylindrical-coordinate representation of color #14F9F2: hue angle of 178.17º 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 #14F9F2 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 249 | 242 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.02 |
| HSL | 178.17º | 0.95% | 0.53% | - |
| HSV(B) | 178.17º | 0.92% | 0.98% | - |
| XYZ | 50.19 | 74.31 | 95.7 | - |
| YUV | 179.73 | 163.13 | 14.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 249 | 242 | 0.92 | 0 | 0.03 | 0.02 | 178.17 | 0.95 | 0.53 |
| Hex | 14 | F9 | F2 | 5C | 0 | 3 | 2 | B2 | 5F | 35 |
| Octal | 24 | 371 | 362 | 134 | 0 | 3 | 2 | 262 | 137 | 65 |
| Binary | 10100 | 11111001 | 11110010 | 1011100 | 0 | 11 | 10 | 10110010 | 1011111 | 110101 |
Color Harmonies of #14F9F2
Complementary color
Monochromatic Colors of #14F9F2
Black with #14F9F2
Text Example
Text Example
White with #14F9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F9F2; }
p { color: rgb(20,249,242); }
H1.HeaderClassName
{
color: #14F9F2;
}
.AnyTagClassName
{
color: #14F9F2;
}
</style>
background-color css
<style>
a { background-color: #14F9F2; }
a { background-color: rgb(20,249,242); }
div.DivClassName
{
background-color: #14F9F2;
}
.BgClassName
{
background-color: #14F9F2;
}
</style>
border-color css
<style>
span { border-color: #14F9F2; }
span { border-color: rgb(20,249,242); }
td.TdClassName
{
border-color: #14F9F2;
}
.TagClassName
{
border-color: #14F9F2;
}
</style>