Shades of Aqua #19FFED
Tints of Aqua #19FFED
RGB
CMYK
RGB Variations
Color information
#19FFED (or 0x19FFED) is known color: Aqua. HEX triplet: 19, FF and ED. RGB value is (25,255,237). Sum of RGB (Red+Green+Blue) = 25+255+237=517 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FFED is #E60012. Grayscale: #B8B8B8. Windows color (decimal): -15073299 or 15597337. OLE color: 15597337.
HSL color Cylindrical-coordinate representation of color #19FFED: hue angle of 175.3º 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 #19FFED is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 237 | - |
| CMYK | 0.90 | 0 | 0.07 | 0 |
| HSL | 175.3º | 1% | 0.55% | - |
| HSV(B) | 175.3º | 0.9% | 1% | - |
| XYZ | 51.45 | 77.84 | 92.43 | - |
| YUV | 184.18 | 157.8 | 14.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 237 | 0.90 | 0 | 0.07 | 0 | 175.3 | 1 | 0.55 |
| Hex | 19 | FF | ED | 5A | 0 | 7 | 0 | AF | 64 | 37 |
| Octal | 31 | 377 | 355 | 132 | 0 | 7 | 0 | 257 | 144 | 67 |
| Binary | 11001 | 11111111 | 11101101 | 1011010 | 0 | 111 | 0 | 10101111 | 1100100 | 110111 |
Color Harmonies of #19FFED
Complementary color
Monochromatic Colors of #19FFED
Black with #19FFED
Text Example
Text Example
White with #19FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFED; }
p { color: rgb(25,255,237); }
H1.HeaderClassName
{
color: #19FFED;
}
.AnyTagClassName
{
color: #19FFED;
}
</style>
background-color css
<style>
a { background-color: #19FFED; }
a { background-color: rgb(25,255,237); }
div.DivClassName
{
background-color: #19FFED;
}
.BgClassName
{
background-color: #19FFED;
}
</style>
border-color css
<style>
span { border-color: #19FFED; }
span { border-color: rgb(25,255,237); }
td.TdClassName
{
border-color: #19FFED;
}
.TagClassName
{
border-color: #19FFED;
}
</style>