Shades of Aqua #00FDEA
Tints of Aqua #00FDEA
RGB
CMYK
RGB Variations
Color information
#00FDEA (or 0x00FDEA) is known color: Aqua. HEX triplet: 00, FD and EA. RGB value is (0,253,234). Sum of RGB (Red+Green+Blue) = 0+253+234=487 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FDEA is #FF0215. Grayscale: #AFAFAF. Windows color (decimal): -16712214 or 15400192. OLE color: 15400192.
HSL color Cylindrical-coordinate representation of color #00FDEA: hue angle of 175.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FDEA is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 234 | - |
| CMYK | 1 | 0 | 0.08 | 0.01 |
| HSL | 175.49º | 1% | 0.5% | - |
| HSV(B) | 175.49º | 1% | 0.99% | - |
| XYZ | 49.98 | 76.19 | 89.91 | - |
| YUV | 175.19 | 161.18 | 3.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 234 | 1 | 0 | 0.08 | 0.01 | 175.49 | 1 | 0.5 |
| Hex | 0 | FD | EA | 64 | 0 | 8 | 1 | AF | 64 | 32 |
| Octal | 0 | 375 | 352 | 144 | 0 | 10 | 1 | 257 | 144 | 62 |
| Binary | 0 | 11111101 | 11101010 | 1100100 | 0 | 1000 | 1 | 10101111 | 1100100 | 110010 |
Color Harmonies of #00FDEA
Complementary color
Monochromatic Colors of #00FDEA
Black with #00FDEA
Text Example
Text Example
White with #00FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDEA; }
p { color: rgb(0,253,234); }
H1.HeaderClassName
{
color: #00FDEA;
}
.AnyTagClassName
{
color: #00FDEA;
}
</style>
background-color css
<style>
a { background-color: #00FDEA; }
a { background-color: rgb(0,253,234); }
div.DivClassName
{
background-color: #00FDEA;
}
.BgClassName
{
background-color: #00FDEA;
}
</style>
border-color css
<style>
span { border-color: #00FDEA; }
span { border-color: rgb(0,253,234); }
td.TdClassName
{
border-color: #00FDEA;
}
.TagClassName
{
border-color: #00FDEA;
}
</style>