Shades of Aqua #1AFFEF
Tints of Aqua #1AFFEF
RGB
CMYK
RGB Variations
Color information
#1AFFEF (or 0x1AFFEF) is known color: Aqua. HEX triplet: 1A, FF and EF. RGB value is (26,255,239). Sum of RGB (Red+Green+Blue) = 26+255+239=520 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFFEF is #E50010. Grayscale: #B8B8B8. Windows color (decimal): -15007761 or 15728410. OLE color: 15728410.
HSL color Cylindrical-coordinate representation of color #1AFFEF: hue angle of 175.81º 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 #1AFFEF is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 239 | - |
| CMYK | 0.90 | 0 | 0.06 | 0 |
| HSL | 175.81º | 1% | 0.55% | - |
| HSV(B) | 175.81º | 0.9% | 1% | - |
| XYZ | 51.77 | 77.97 | 93.98 | - |
| YUV | 184.71 | 158.63 | 14.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 239 | 0.90 | 0 | 0.06 | 0 | 175.81 | 1 | 0.55 |
| Hex | 1A | FF | EF | 5A | 0 | 6 | 0 | B0 | 64 | 37 |
| Octal | 32 | 377 | 357 | 132 | 0 | 6 | 0 | 260 | 144 | 67 |
| Binary | 11010 | 11111111 | 11101111 | 1011010 | 0 | 110 | 0 | 10110000 | 1100100 | 110111 |
Color Harmonies of #1AFFEF
Complementary color
Monochromatic Colors of #1AFFEF
Black with #1AFFEF
Text Example
Text Example
White with #1AFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFEF; }
p { color: rgb(26,255,239); }
H1.HeaderClassName
{
color: #1AFFEF;
}
.AnyTagClassName
{
color: #1AFFEF;
}
</style>
background-color css
<style>
a { background-color: #1AFFEF; }
a { background-color: rgb(26,255,239); }
div.DivClassName
{
background-color: #1AFFEF;
}
.BgClassName
{
background-color: #1AFFEF;
}
</style>
border-color css
<style>
span { border-color: #1AFFEF; }
span { border-color: rgb(26,255,239); }
td.TdClassName
{
border-color: #1AFFEF;
}
.TagClassName
{
border-color: #1AFFEF;
}
</style>