Shades of Aqua #14F7F2
Tints of Aqua #14F7F2
RGB
CMYK
RGB Variations
Color information
#14F7F2 (or 0x14F7F2) is known color: Aqua. HEX triplet: 14, F7 and F2. RGB value is (20,247,242). Sum of RGB (Red+Green+Blue) = 20+247+242=509 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.93% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #14F7F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F7F2 is #EB080D. Grayscale: #B2B2B2. Windows color (decimal): -15403022 or 15922964. OLE color: 15922964.
HSL color Cylindrical-coordinate representation of color #14F7F2: hue angle of 178.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F7F2 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 242 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.03 |
| HSL | 178.68º | 0.93% | 0.52% | - |
| HSV(B) | 178.68º | 0.92% | 0.97% | - |
| XYZ | 49.58 | 73.08 | 95.5 | - |
| YUV | 178.56 | 163.79 | 14.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 242 | 0.92 | 0 | 0.02 | 0.03 | 178.68 | 0.93 | 0.52 |
| Hex | 14 | F7 | F2 | 5C | 0 | 2 | 3 | B3 | 5D | 34 |
| Octal | 24 | 367 | 362 | 134 | 0 | 2 | 3 | 263 | 135 | 64 |
| Binary | 10100 | 11110111 | 11110010 | 1011100 | 0 | 10 | 11 | 10110011 | 1011101 | 110100 |
Color Harmonies of #14F7F2
Complementary color
Monochromatic Colors of #14F7F2
Black with #14F7F2
Text Example
Text Example
White with #14F7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F7F2; }
p { color: rgb(20,247,242); }
H1.HeaderClassName
{
color: #14F7F2;
}
.AnyTagClassName
{
color: #14F7F2;
}
</style>
background-color css
<style>
a { background-color: #14F7F2; }
a { background-color: rgb(20,247,242); }
div.DivClassName
{
background-color: #14F7F2;
}
.BgClassName
{
background-color: #14F7F2;
}
</style>
border-color css
<style>
span { border-color: #14F7F2; }
span { border-color: rgb(20,247,242); }
td.TdClassName
{
border-color: #14F7F2;
}
.TagClassName
{
border-color: #14F7F2;
}
</style>