Shades of Aqua #19FEED
Tints of Aqua #19FEED
RGB
CMYK
RGB Variations
Color information
#19FEED (or 0x19FEED) is known color: Aqua. HEX triplet: 19, FE and ED. RGB value is (25,254,237). Sum of RGB (Red+Green+Blue) = 25+254+237=516 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEED is #E60112. Grayscale: #B7B7B7. Windows color (decimal): -15073555 or 15597081. OLE color: 15597081.
HSL color Cylindrical-coordinate representation of color #19FEED: hue angle of 175.55º 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 #19FEED is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 237 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.00 |
| HSL | 175.55º | 0.99% | 0.55% | - |
| HSV(B) | 175.55º | 0.9% | 1% | - |
| XYZ | 51.13 | 77.2 | 92.33 | - |
| YUV | 183.59 | 158.13 | 14.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 237 | 0.90 | 0 | 0.07 | 0.00 | 175.55 | 0.99 | 0.55 |
| Hex | 19 | FE | ED | 5A | 0 | 7 | 0 | B0 | 63 | 37 |
| Octal | 31 | 376 | 355 | 132 | 0 | 7 | 0 | 260 | 143 | 67 |
| Binary | 11001 | 11111110 | 11101101 | 1011010 | 0 | 111 | 0 | 10110000 | 1100011 | 110111 |
Color Harmonies of #19FEED
Complementary color
Monochromatic Colors of #19FEED
Black with #19FEED
Text Example
Text Example
White with #19FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEED; }
p { color: rgb(25,254,237); }
H1.HeaderClassName
{
color: #19FEED;
}
.AnyTagClassName
{
color: #19FEED;
}
</style>
background-color css
<style>
a { background-color: #19FEED; }
a { background-color: rgb(25,254,237); }
div.DivClassName
{
background-color: #19FEED;
}
.BgClassName
{
background-color: #19FEED;
}
</style>
border-color css
<style>
span { border-color: #19FEED; }
span { border-color: rgb(25,254,237); }
td.TdClassName
{
border-color: #19FEED;
}
.TagClassName
{
border-color: #19FEED;
}
</style>