Shades of Aqua #1AFFF0
Tints of Aqua #1AFFF0
RGB
CMYK
RGB Variations
Color information
#1AFFF0 (or 0x1AFFF0) is known color: Aqua. HEX triplet: 1A, FF and F0. RGB value is (26,255,240). Sum of RGB (Red+Green+Blue) = 26+255+240=521 (69% of max value = 765). Red value is 26 (10.55% from 255 or 4.99% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFFF0 is #E5000F. Grayscale: #B8B8B8. Windows color (decimal): -15007760 or 15793946. OLE color: 15793946.
HSL color Cylindrical-coordinate representation of color #1AFFF0: hue angle of 176.07º 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 #1AFFF0 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 240 | - |
| CMYK | 0.90 | 0 | 0.06 | 0 |
| HSL | 176.07º | 1% | 0.55% | - |
| HSV(B) | 176.07º | 0.9% | 1% | - |
| XYZ | 51.91 | 78.03 | 94.76 | - |
| YUV | 184.82 | 159.13 | 14.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 240 | 0.90 | 0 | 0.06 | 0 | 176.07 | 1 | 0.55 |
| Hex | 1A | FF | F0 | 5A | 0 | 6 | 0 | B0 | 64 | 37 |
| Octal | 32 | 377 | 360 | 132 | 0 | 6 | 0 | 260 | 144 | 67 |
| Binary | 11010 | 11111111 | 11110000 | 1011010 | 0 | 110 | 0 | 10110000 | 1100100 | 110111 |
Color Harmonies of #1AFFF0
Complementary color
Monochromatic Colors of #1AFFF0
Black with #1AFFF0
Text Example
Text Example
White with #1AFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFF0; }
p { color: rgb(26,255,240); }
H1.HeaderClassName
{
color: #1AFFF0;
}
.AnyTagClassName
{
color: #1AFFF0;
}
</style>
background-color css
<style>
a { background-color: #1AFFF0; }
a { background-color: rgb(26,255,240); }
div.DivClassName
{
background-color: #1AFFF0;
}
.BgClassName
{
background-color: #1AFFF0;
}
</style>
border-color css
<style>
span { border-color: #1AFFF0; }
span { border-color: rgb(26,255,240); }
td.TdClassName
{
border-color: #1AFFF0;
}
.TagClassName
{
border-color: #1AFFF0;
}
</style>