Shades of Aqua #19FAF4
Tints of Aqua #19FAF4
RGB
CMYK
RGB Variations
Color information
#19FAF4 (or 0x19FAF4) is known color: Aqua. HEX triplet: 19, FA and F4. RGB value is (25,250,244). Sum of RGB (Red+Green+Blue) = 25+250+244=519 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.82% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FAF4 is #E6050B. Grayscale: #B5B5B5. Windows color (decimal): -15074572 or 16054809. OLE color: 16054809.
HSL color Cylindrical-coordinate representation of color #19FAF4: hue angle of 178.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FAF4 is Cyan = 0.9, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 244 | - |
| CMYK | 0.9 | 0 | 0.02 | 0.02 |
| HSL | 178.4º | 0.96% | 0.54% | - |
| HSV(B) | 178.4º | 0.9% | 0.98% | - |
| XYZ | 50.92 | 75.11 | 97.4 | - |
| YUV | 182.04 | 162.96 | 15.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 244 | 0.9 | 0 | 0.02 | 0.02 | 178.4 | 0.96 | 0.54 |
| Hex | 19 | FA | F4 | 5A | 0 | 2 | 2 | B2 | 60 | 36 |
| Octal | 31 | 372 | 364 | 132 | 0 | 2 | 2 | 262 | 140 | 66 |
| Binary | 11001 | 11111010 | 11110100 | 1011010 | 0 | 10 | 10 | 10110010 | 1100000 | 110110 |
Color Harmonies of #19FAF4
Complementary color
Monochromatic Colors of #19FAF4
Black with #19FAF4
Text Example
Text Example
White with #19FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FAF4; }
p { color: rgb(25,250,244); }
H1.HeaderClassName
{
color: #19FAF4;
}
.AnyTagClassName
{
color: #19FAF4;
}
</style>
background-color css
<style>
a { background-color: #19FAF4; }
a { background-color: rgb(25,250,244); }
div.DivClassName
{
background-color: #19FAF4;
}
.BgClassName
{
background-color: #19FAF4;
}
</style>
border-color css
<style>
span { border-color: #19FAF4; }
span { border-color: rgb(25,250,244); }
td.TdClassName
{
border-color: #19FAF4;
}
.TagClassName
{
border-color: #19FAF4;
}
</style>