Shades of Aqua #2AFFF1
Tints of Aqua #2AFFF1
RGB
CMYK
RGB Variations
Color information
#2AFFF1 (or 0x2AFFF1) is known color: Aqua. HEX triplet: 2A, FF and F1. RGB value is (42,255,241). Sum of RGB (Red+Green+Blue) = 42+255+241=538 (71% of max value = 765). Red value is 42 (16.80% from 255 or 7.81% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFFF1 is #D5000E. Grayscale: #BDBDBD. Windows color (decimal): -13959183 or 15859498. OLE color: 15859498.
HSL color Cylindrical-coordinate representation of color #2AFFF1: hue angle of 176.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFF1 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 241 | - |
| CMYK | 0.84 | 0 | 0.05 | 0 |
| HSL | 176.06º | 1% | 0.58% | - |
| HSV(B) | 176.06º | 0.84% | 1% | - |
| XYZ | 52.59 | 78.36 | 95.57 | - |
| YUV | 189.72 | 156.93 | 22.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 241 | 0.84 | 0 | 0.05 | 0 | 176.06 | 1 | 0.58 |
| Hex | 2A | FF | F1 | 54 | 0 | 5 | 0 | B0 | 64 | 3A |
| Octal | 52 | 377 | 361 | 124 | 0 | 5 | 0 | 260 | 144 | 72 |
| Binary | 101010 | 11111111 | 11110001 | 1010100 | 0 | 101 | 0 | 10110000 | 1100100 | 111010 |
Color Harmonies of #2AFFF1
Complementary color
Monochromatic Colors of #2AFFF1
Black with #2AFFF1
Text Example
Text Example
White with #2AFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFF1; }
p { color: rgb(42,255,241); }
H1.HeaderClassName
{
color: #2AFFF1;
}
.AnyTagClassName
{
color: #2AFFF1;
}
</style>
background-color css
<style>
a { background-color: #2AFFF1; }
a { background-color: rgb(42,255,241); }
div.DivClassName
{
background-color: #2AFFF1;
}
.BgClassName
{
background-color: #2AFFF1;
}
</style>
border-color css
<style>
span { border-color: #2AFFF1; }
span { border-color: rgb(42,255,241); }
td.TdClassName
{
border-color: #2AFFF1;
}
.TagClassName
{
border-color: #2AFFF1;
}
</style>