Shades of Aqua #2CFFF9
Tints of Aqua #2CFFF9
RGB
CMYK
RGB Variations
Color information
#2CFFF9 (or 0x2CFFF9) is known color: Aqua. HEX triplet: 2C, FF and F9. RGB value is (44,255,249). Sum of RGB (Red+Green+Blue) = 44+255+249=548 (72% of max value = 765). Red value is 44 (17.58% from 255 or 8.03% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFFF9 is #D30006. Grayscale: #BFBFBF. Windows color (decimal): -13828103 or 16383788. OLE color: 16383788.
HSL color Cylindrical-coordinate representation of color #2CFFF9: hue angle of 178.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFF9 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 249 | - |
| CMYK | 0.83 | 0 | 0.02 | 0 |
| HSL | 178.29º | 1% | 0.59% | - |
| HSV(B) | 178.29º | 0.83% | 1% | - |
| XYZ | 53.9 | 78.9 | 102.01 | - |
| YUV | 191.23 | 160.6 | 22.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 249 | 0.83 | 0 | 0.02 | 0 | 178.29 | 1 | 0.59 |
| Hex | 2C | FF | F9 | 53 | 0 | 2 | 0 | B2 | 64 | 3B |
| Octal | 54 | 377 | 371 | 123 | 0 | 2 | 0 | 262 | 144 | 73 |
| Binary | 101100 | 11111111 | 11111001 | 1010011 | 0 | 10 | 0 | 10110010 | 1100100 | 111011 |
Color Harmonies of #2CFFF9
Complementary color
Monochromatic Colors of #2CFFF9
Black with #2CFFF9
Text Example
Text Example
White with #2CFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFF9; }
p { color: rgb(44,255,249); }
H1.HeaderClassName
{
color: #2CFFF9;
}
.AnyTagClassName
{
color: #2CFFF9;
}
</style>
background-color css
<style>
a { background-color: #2CFFF9; }
a { background-color: rgb(44,255,249); }
div.DivClassName
{
background-color: #2CFFF9;
}
.BgClassName
{
background-color: #2CFFF9;
}
</style>
border-color css
<style>
span { border-color: #2CFFF9; }
span { border-color: rgb(44,255,249); }
td.TdClassName
{
border-color: #2CFFF9;
}
.TagClassName
{
border-color: #2CFFF9;
}
</style>