Shades of Aqua #19FFF2
Tints of Aqua #19FFF2
RGB
CMYK
RGB Variations
Color information
#19FFF2 (or 0x19FFF2) is known color: Aqua. HEX triplet: 19, FF and F2. RGB value is (25,255,242). Sum of RGB (Red+Green+Blue) = 25+255+242=522 (69% of max value = 765). Red value is 25 (10.16% from 255 or 4.79% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FFF2 is #E6000D. Grayscale: #B8B8B8. Windows color (decimal): -15073294 or 15925017. OLE color: 15925017.
HSL color Cylindrical-coordinate representation of color #19FFF2: hue angle of 176.61º 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 #19FFF2 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 242 | - |
| CMYK | 0.90 | 0 | 0.05 | 0 |
| HSL | 176.61º | 1% | 0.55% | - |
| HSV(B) | 176.61º | 0.9% | 1% | - |
| XYZ | 52.19 | 78.14 | 96.34 | - |
| YUV | 184.75 | 160.3 | 14.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 242 | 0.90 | 0 | 0.05 | 0 | 176.61 | 1 | 0.55 |
| Hex | 19 | FF | F2 | 5A | 0 | 5 | 0 | B1 | 64 | 37 |
| Octal | 31 | 377 | 362 | 132 | 0 | 5 | 0 | 261 | 144 | 67 |
| Binary | 11001 | 11111111 | 11110010 | 1011010 | 0 | 101 | 0 | 10110001 | 1100100 | 110111 |
Color Harmonies of #19FFF2
Complementary color
Monochromatic Colors of #19FFF2
Black with #19FFF2
Text Example
Text Example
White with #19FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFF2; }
p { color: rgb(25,255,242); }
H1.HeaderClassName
{
color: #19FFF2;
}
.AnyTagClassName
{
color: #19FFF2;
}
</style>
background-color css
<style>
a { background-color: #19FFF2; }
a { background-color: rgb(25,255,242); }
div.DivClassName
{
background-color: #19FFF2;
}
.BgClassName
{
background-color: #19FFF2;
}
</style>
border-color css
<style>
span { border-color: #19FFF2; }
span { border-color: rgb(25,255,242); }
td.TdClassName
{
border-color: #19FFF2;
}
.TagClassName
{
border-color: #19FFF2;
}
</style>