Shades of Aqua #19FEFA
Tints of Aqua #19FEFA
RGB
CMYK
RGB Variations
Color information
#19FEFA (or 0x19FEFA) is known color: Aqua. HEX triplet: 19, FE and FA. RGB value is (25,254,250). Sum of RGB (Red+Green+Blue) = 25+254+250=529 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.73% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEFA is #E60105. Grayscale: #B8B8B8. Windows color (decimal): -15073542 or 16449049. OLE color: 16449049.
HSL color Cylindrical-coordinate representation of color #19FEFA: hue angle of 178.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FEFA is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 250 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.00 |
| HSL | 178.95º | 0.99% | 0.55% | - |
| HSV(B) | 178.95º | 0.9% | 1% | - |
| XYZ | 53.1 | 77.99 | 102.7 | - |
| YUV | 185.07 | 164.63 | 13.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 250 | 0.90 | 0 | 0.02 | 0.00 | 178.95 | 0.99 | 0.55 |
| Hex | 19 | FE | FA | 5A | 0 | 2 | 0 | B3 | 63 | 37 |
| Octal | 31 | 376 | 372 | 132 | 0 | 2 | 0 | 263 | 143 | 67 |
| Binary | 11001 | 11111110 | 11111010 | 1011010 | 0 | 10 | 0 | 10110011 | 1100011 | 110111 |
Color Harmonies of #19FEFA
Complementary color
Monochromatic Colors of #19FEFA
Black with #19FEFA
Text Example
Text Example
White with #19FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEFA; }
p { color: rgb(25,254,250); }
H1.HeaderClassName
{
color: #19FEFA;
}
.AnyTagClassName
{
color: #19FEFA;
}
</style>
background-color css
<style>
a { background-color: #19FEFA; }
a { background-color: rgb(25,254,250); }
div.DivClassName
{
background-color: #19FEFA;
}
.BgClassName
{
background-color: #19FEFA;
}
</style>
border-color css
<style>
span { border-color: #19FEFA; }
span { border-color: rgb(25,254,250); }
td.TdClassName
{
border-color: #19FEFA;
}
.TagClassName
{
border-color: #19FEFA;
}
</style>