Shades of Aqua #14F5F2
Tints of Aqua #14F5F2
RGB
CMYK
RGB Variations
Color information
#14F5F2 (or 0x14F5F2) is known color: Aqua. HEX triplet: 14, F5 and F2. RGB value is (20,245,242). Sum of RGB (Red+Green+Blue) = 20+245+242=507 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.94% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #14F5F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F5F2 is #EB0A0D. Grayscale: #B1B1B1. Windows color (decimal): -15403534 or 15922452. OLE color: 15922452.
HSL color Cylindrical-coordinate representation of color #14F5F2: hue angle of 179.2º degrees, saturation: 0.92, 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 #14F5F2 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 242 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.04 |
| HSL | 179.2º | 0.92% | 0.52% | - |
| HSV(B) | 179.2º | 0.92% | 0.96% | - |
| XYZ | 48.97 | 71.86 | 95.29 | - |
| YUV | 177.38 | 164.46 | 15.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 242 | 0.92 | 0 | 0.01 | 0.04 | 179.2 | 0.92 | 0.52 |
| Hex | 14 | F5 | F2 | 5C | 0 | 1 | 4 | B3 | 5C | 34 |
| Octal | 24 | 365 | 362 | 134 | 0 | 1 | 4 | 263 | 134 | 64 |
| Binary | 10100 | 11110101 | 11110010 | 1011100 | 0 | 1 | 100 | 10110011 | 1011100 | 110100 |
Color Harmonies of #14F5F2
Complementary color
Monochromatic Colors of #14F5F2
Black with #14F5F2
Text Example
Text Example
White with #14F5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F5F2; }
p { color: rgb(20,245,242); }
H1.HeaderClassName
{
color: #14F5F2;
}
.AnyTagClassName
{
color: #14F5F2;
}
</style>
background-color css
<style>
a { background-color: #14F5F2; }
a { background-color: rgb(20,245,242); }
div.DivClassName
{
background-color: #14F5F2;
}
.BgClassName
{
background-color: #14F5F2;
}
</style>
border-color css
<style>
span { border-color: #14F5F2; }
span { border-color: rgb(20,245,242); }
td.TdClassName
{
border-color: #14F5F2;
}
.TagClassName
{
border-color: #14F5F2;
}
</style>