Shades of Aqua #2FFFF5
Tints of Aqua #2FFFF5
RGB
CMYK
RGB Variations
Color information
#2FFFF5 (or 0x2FFFF5) is known color: Aqua. HEX triplet: 2F, FF and F5. RGB value is (47,255,245). Sum of RGB (Red+Green+Blue) = 47+255+245=547 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.59% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFFF5 is #D0000A. Grayscale: #BFBFBF. Windows color (decimal): -13631499 or 16121647. OLE color: 16121647.
HSL color Cylindrical-coordinate representation of color #2FFFF5: hue angle of 177.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFF5 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 245 | - |
| CMYK | 0.82 | 0 | 0.04 | 0 |
| HSL | 177.12º | 1% | 0.59% | - |
| HSV(B) | 177.12º | 0.82% | 1% | - |
| XYZ | 53.41 | 78.72 | 98.76 | - |
| YUV | 191.67 | 158.09 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 245 | 0.82 | 0 | 0.04 | 0 | 177.12 | 1 | 0.59 |
| Hex | 2F | FF | F5 | 52 | 0 | 4 | 0 | B1 | 64 | 3B |
| Octal | 57 | 377 | 365 | 122 | 0 | 4 | 0 | 261 | 144 | 73 |
| Binary | 101111 | 11111111 | 11110101 | 1010010 | 0 | 100 | 0 | 10110001 | 1100100 | 111011 |
Color Harmonies of #2FFFF5
Complementary color
Monochromatic Colors of #2FFFF5
Black with #2FFFF5
Text Example
Text Example
White with #2FFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFF5; }
p { color: rgb(47,255,245); }
H1.HeaderClassName
{
color: #2FFFF5;
}
.AnyTagClassName
{
color: #2FFFF5;
}
</style>
background-color css
<style>
a { background-color: #2FFFF5; }
a { background-color: rgb(47,255,245); }
div.DivClassName
{
background-color: #2FFFF5;
}
.BgClassName
{
background-color: #2FFFF5;
}
</style>
border-color css
<style>
span { border-color: #2FFFF5; }
span { border-color: rgb(47,255,245); }
td.TdClassName
{
border-color: #2FFFF5;
}
.TagClassName
{
border-color: #2FFFF5;
}
</style>