Shades of Aqua #29FFF0
Tints of Aqua #29FFF0
RGB
CMYK
RGB Variations
Color information
#29FFF0 (or 0x29FFF0) is known color: Aqua. HEX triplet: 29, FF and F0. RGB value is (41,255,240). Sum of RGB (Red+Green+Blue) = 41+255+240=536 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.65% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FFF0 is #D6000F. Grayscale: #BDBDBD. Windows color (decimal): -14024720 or 15793961. OLE color: 15793961.
HSL color Cylindrical-coordinate representation of color #29FFF0: hue angle of 175.79º 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 #29FFF0 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 240 | - |
| CMYK | 0.84 | 0 | 0.06 | 0 |
| HSL | 175.79º | 1% | 0.58% | - |
| HSV(B) | 175.79º | 0.84% | 1% | - |
| XYZ | 52.4 | 78.28 | 94.79 | - |
| YUV | 189.3 | 156.6 | 22.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 240 | 0.84 | 0 | 0.06 | 0 | 175.79 | 1 | 0.58 |
| Hex | 29 | FF | F0 | 54 | 0 | 6 | 0 | B0 | 64 | 3A |
| Octal | 51 | 377 | 360 | 124 | 0 | 6 | 0 | 260 | 144 | 72 |
| Binary | 101001 | 11111111 | 11110000 | 1010100 | 0 | 110 | 0 | 10110000 | 1100100 | 111010 |
Color Harmonies of #29FFF0
Complementary color
Monochromatic Colors of #29FFF0
Black with #29FFF0
Text Example
Text Example
White with #29FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFF0; }
p { color: rgb(41,255,240); }
H1.HeaderClassName
{
color: #29FFF0;
}
.AnyTagClassName
{
color: #29FFF0;
}
</style>
background-color css
<style>
a { background-color: #29FFF0; }
a { background-color: rgb(41,255,240); }
div.DivClassName
{
background-color: #29FFF0;
}
.BgClassName
{
background-color: #29FFF0;
}
</style>
border-color css
<style>
span { border-color: #29FFF0; }
span { border-color: rgb(41,255,240); }
td.TdClassName
{
border-color: #29FFF0;
}
.TagClassName
{
border-color: #29FFF0;
}
</style>