Shades of Aqua #19FCF2
Tints of Aqua #19FCF2
RGB
CMYK
RGB Variations
Color information
#19FCF2 (or 0x19FCF2) is known color: Aqua. HEX triplet: 19, FC and F2. RGB value is (25,252,242). Sum of RGB (Red+Green+Blue) = 25+252+242=519 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.82% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCF2 is #E6030D. Grayscale: #B6B6B6. Windows color (decimal): -15074062 or 15924249. OLE color: 15924249.
HSL color Cylindrical-coordinate representation of color #19FCF2: hue angle of 177.36º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCF2 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 242 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.01 |
| HSL | 177.36º | 0.97% | 0.54% | - |
| HSV(B) | 177.36º | 0.9% | 0.99% | - |
| XYZ | 51.24 | 76.24 | 96.02 | - |
| YUV | 182.99 | 161.29 | 15.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 242 | 0.90 | 0 | 0.04 | 0.01 | 177.36 | 0.97 | 0.54 |
| Hex | 19 | FC | F2 | 5A | 0 | 4 | 1 | B1 | 61 | 36 |
| Octal | 31 | 374 | 362 | 132 | 0 | 4 | 1 | 261 | 141 | 66 |
| Binary | 11001 | 11111100 | 11110010 | 1011010 | 0 | 100 | 1 | 10110001 | 1100001 | 110110 |
Color Harmonies of #19FCF2
Complementary color
Monochromatic Colors of #19FCF2
Black with #19FCF2
Text Example
Text Example
White with #19FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCF2; }
p { color: rgb(25,252,242); }
H1.HeaderClassName
{
color: #19FCF2;
}
.AnyTagClassName
{
color: #19FCF2;
}
</style>
background-color css
<style>
a { background-color: #19FCF2; }
a { background-color: rgb(25,252,242); }
div.DivClassName
{
background-color: #19FCF2;
}
.BgClassName
{
background-color: #19FCF2;
}
</style>
border-color css
<style>
span { border-color: #19FCF2; }
span { border-color: rgb(25,252,242); }
td.TdClassName
{
border-color: #19FCF2;
}
.TagClassName
{
border-color: #19FCF2;
}
</style>