Shades of Aqua #19FEEF
Tints of Aqua #19FEEF
RGB
CMYK
RGB Variations
Color information
#19FEEF (or 0x19FEEF) is known color: Aqua. HEX triplet: 19, FE and EF. RGB value is (25,254,239). Sum of RGB (Red+Green+Blue) = 25+254+239=518 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.83% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEEF is #E60110. Grayscale: #B7B7B7. Windows color (decimal): -15073553 or 15728153. OLE color: 15728153.
HSL color Cylindrical-coordinate representation of color #19FEEF: hue angle of 176.07º 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 #19FEEF is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 239 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.00 |
| HSL | 176.07º | 0.99% | 0.55% | - |
| HSV(B) | 176.07º | 0.9% | 1% | - |
| XYZ | 51.42 | 77.32 | 93.88 | - |
| YUV | 183.82 | 159.13 | 14.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 239 | 0.90 | 0 | 0.06 | 0.00 | 176.07 | 0.99 | 0.55 |
| Hex | 19 | FE | EF | 5A | 0 | 6 | 0 | B0 | 63 | 37 |
| Octal | 31 | 376 | 357 | 132 | 0 | 6 | 0 | 260 | 143 | 67 |
| Binary | 11001 | 11111110 | 11101111 | 1011010 | 0 | 110 | 0 | 10110000 | 1100011 | 110111 |
Color Harmonies of #19FEEF
Complementary color
Monochromatic Colors of #19FEEF
Black with #19FEEF
Text Example
Text Example
White with #19FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEEF; }
p { color: rgb(25,254,239); }
H1.HeaderClassName
{
color: #19FEEF;
}
.AnyTagClassName
{
color: #19FEEF;
}
</style>
background-color css
<style>
a { background-color: #19FEEF; }
a { background-color: rgb(25,254,239); }
div.DivClassName
{
background-color: #19FEEF;
}
.BgClassName
{
background-color: #19FEEF;
}
</style>
border-color css
<style>
span { border-color: #19FEEF; }
span { border-color: rgb(25,254,239); }
td.TdClassName
{
border-color: #19FEEF;
}
.TagClassName
{
border-color: #19FEEF;
}
</style>