Shades of Aqua #19FFFE
Tints of Aqua #19FFFE
RGB
CMYK
RGB Variations
Color information
#19FFFE (or 0x19FFFE) is known color: Aqua. HEX triplet: 19, FF and FE. RGB value is (25,255,254). Sum of RGB (Red+Green+Blue) = 25+255+254=534 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.68% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FFFE is #E60001. Grayscale: #B9B9B9. Windows color (decimal): -15073282 or 16711449. OLE color: 16711449.
HSL color Cylindrical-coordinate representation of color #19FFFE: hue angle of 179.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFFE is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 254 | - |
| CMYK | 0.90 | 0 | 0.00 | 0 |
| HSL | 179.74º | 1% | 0.55% | - |
| HSV(B) | 179.74º | 0.9% | 1% | - |
| XYZ | 54.05 | 78.88 | 106.14 | - |
| YUV | 186.12 | 166.3 | 13.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 254 | 0.90 | 0 | 0.00 | 0 | 179.74 | 1 | 0.55 |
| Hex | 19 | FF | FE | 5A | 0 | 0 | 0 | B4 | 64 | 37 |
| Octal | 31 | 377 | 376 | 132 | 0 | 0 | 0 | 264 | 144 | 67 |
| Binary | 11001 | 11111111 | 11111110 | 1011010 | 0 | 0 | 0 | 10110100 | 1100100 | 110111 |
Color Harmonies of #19FFFE
Complementary color
Monochromatic Colors of #19FFFE
Black with #19FFFE
Text Example
Text Example
White with #19FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFFE; }
p { color: rgb(25,255,254); }
H1.HeaderClassName
{
color: #19FFFE;
}
.AnyTagClassName
{
color: #19FFFE;
}
</style>
background-color css
<style>
a { background-color: #19FFFE; }
a { background-color: rgb(25,255,254); }
div.DivClassName
{
background-color: #19FFFE;
}
.BgClassName
{
background-color: #19FFFE;
}
</style>
border-color css
<style>
span { border-color: #19FFFE; }
span { border-color: rgb(25,255,254); }
td.TdClassName
{
border-color: #19FFFE;
}
.TagClassName
{
border-color: #19FFFE;
}
</style>