Shades of Aqua #01FCEA
Tints of Aqua #01FCEA
RGB
CMYK
RGB Variations
Color information
#01FCEA (or 0x01FCEA) is known color: Aqua. HEX triplet: 01, FC and EA. RGB value is (1,252,234). Sum of RGB (Red+Green+Blue) = 1+252+234=487 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FCEA is #FE0315. Grayscale: #AEAEAE. Windows color (decimal): -16646934 or 15399937. OLE color: 15399937.
HSL color Cylindrical-coordinate representation of color #01FCEA: hue angle of 175.7º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FCEA is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 234 | - |
| CMYK | 1.00 | 0 | 0.07 | 0.01 |
| HSL | 175.7º | 0.99% | 0.5% | - |
| HSV(B) | 175.7º | 1% | 0.99% | - |
| XYZ | 49.67 | 75.57 | 89.81 | - |
| YUV | 174.9 | 161.34 | 3.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 234 | 1.00 | 0 | 0.07 | 0.01 | 175.7 | 0.99 | 0.5 |
| Hex | 1 | FC | EA | 64 | 0 | 7 | 1 | B0 | 63 | 32 |
| Octal | 1 | 374 | 352 | 144 | 0 | 7 | 1 | 260 | 143 | 62 |
| Binary | 1 | 11111100 | 11101010 | 1100100 | 0 | 111 | 1 | 10110000 | 1100011 | 110010 |
Color Harmonies of #01FCEA
Complementary color
Monochromatic Colors of #01FCEA
Black with #01FCEA
Text Example
Text Example
White with #01FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCEA; }
p { color: rgb(1,252,234); }
H1.HeaderClassName
{
color: #01FCEA;
}
.AnyTagClassName
{
color: #01FCEA;
}
</style>
background-color css
<style>
a { background-color: #01FCEA; }
a { background-color: rgb(1,252,234); }
div.DivClassName
{
background-color: #01FCEA;
}
.BgClassName
{
background-color: #01FCEA;
}
</style>
border-color css
<style>
span { border-color: #01FCEA; }
span { border-color: rgb(1,252,234); }
td.TdClassName
{
border-color: #01FCEA;
}
.TagClassName
{
border-color: #01FCEA;
}
</style>