Shades of Aqua #2CFEF9
Tints of Aqua #2CFEF9
RGB
CMYK
RGB Variations
Color information
#2CFEF9 (or 0x2CFEF9) is known color: Aqua. HEX triplet: 2C, FE and F9. RGB value is (44,254,249). Sum of RGB (Red+Green+Blue) = 44+254+249=547 (72% of max value = 765). Red value is 44 (17.58% from 255 or 8.04% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFEF9 is #D30106. Grayscale: #BEBEBE. Windows color (decimal): -13828359 or 16383532. OLE color: 16383532.
HSL color Cylindrical-coordinate representation of color #2CFEF9: hue angle of 178.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFEF9 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 249 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.00 |
| HSL | 178.57º | 0.99% | 0.58% | - |
| HSV(B) | 178.57º | 0.83% | 1% | - |
| XYZ | 53.58 | 78.26 | 101.9 | - |
| YUV | 190.64 | 160.93 | 23.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 249 | 0.83 | 0 | 0.02 | 0.00 | 178.57 | 0.99 | 0.58 |
| Hex | 2C | FE | F9 | 53 | 0 | 2 | 0 | B3 | 63 | 3A |
| Octal | 54 | 376 | 371 | 123 | 0 | 2 | 0 | 263 | 143 | 72 |
| Binary | 101100 | 11111110 | 11111001 | 1010011 | 0 | 10 | 0 | 10110011 | 1100011 | 111010 |
Color Harmonies of #2CFEF9
Complementary color
Monochromatic Colors of #2CFEF9
Black with #2CFEF9
Text Example
Text Example
White with #2CFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFEF9; }
p { color: rgb(44,254,249); }
H1.HeaderClassName
{
color: #2CFEF9;
}
.AnyTagClassName
{
color: #2CFEF9;
}
</style>
background-color css
<style>
a { background-color: #2CFEF9; }
a { background-color: rgb(44,254,249); }
div.DivClassName
{
background-color: #2CFEF9;
}
.BgClassName
{
background-color: #2CFEF9;
}
</style>
border-color css
<style>
span { border-color: #2CFEF9; }
span { border-color: rgb(44,254,249); }
td.TdClassName
{
border-color: #2CFEF9;
}
.TagClassName
{
border-color: #2CFEF9;
}
</style>