Shades of Aqua #2FFFFB
Tints of Aqua #2FFFFB
RGB
CMYK
RGB Variations
Color information
#2FFFFB (or 0x2FFFFB) is known color: Aqua. HEX triplet: 2F, FF and FB. RGB value is (47,255,251). Sum of RGB (Red+Green+Blue) = 47+255+251=553 (73% of max value = 765). Red value is 47 (18.75% from 255 or 8.50% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFFFB is #D00004. Grayscale: #C0C0C0. Windows color (decimal): -13631493 or 16514863. OLE color: 16514863.
HSL color Cylindrical-coordinate representation of color #2FFFFB: hue angle of 178.85º 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 #2FFFFB is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 251 | - |
| CMYK | 0.82 | 0 | 0.02 | 0 |
| HSL | 178.85º | 1% | 0.59% | - |
| HSV(B) | 178.85º | 0.82% | 1% | - |
| XYZ | 54.34 | 79.09 | 103.67 | - |
| YUV | 192.35 | 161.09 | 24.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 251 | 0.82 | 0 | 0.02 | 0 | 178.85 | 1 | 0.59 |
| Hex | 2F | FF | FB | 52 | 0 | 2 | 0 | B3 | 64 | 3B |
| Octal | 57 | 377 | 373 | 122 | 0 | 2 | 0 | 263 | 144 | 73 |
| Binary | 101111 | 11111111 | 11111011 | 1010010 | 0 | 10 | 0 | 10110011 | 1100100 | 111011 |
Color Harmonies of #2FFFFB
Complementary color
Monochromatic Colors of #2FFFFB
Black with #2FFFFB
Text Example
Text Example
White with #2FFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFFB; }
p { color: rgb(47,255,251); }
H1.HeaderClassName
{
color: #2FFFFB;
}
.AnyTagClassName
{
color: #2FFFFB;
}
</style>
background-color css
<style>
a { background-color: #2FFFFB; }
a { background-color: rgb(47,255,251); }
div.DivClassName
{
background-color: #2FFFFB;
}
.BgClassName
{
background-color: #2FFFFB;
}
</style>
border-color css
<style>
span { border-color: #2FFFFB; }
span { border-color: rgb(47,255,251); }
td.TdClassName
{
border-color: #2FFFFB;
}
.TagClassName
{
border-color: #2FFFFB;
}
</style>