Shades of Aqua #00FFF5
Tints of Aqua #00FFF5
RGB
CMYK
RGB Variations
Color information
#00FFF5 (or 0x00FFF5) is known color: Aqua. HEX triplet: 00, FF and F5. RGB value is (0,255,245). Sum of RGB (Red+Green+Blue) = 0+255+245=500 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFF5 is #FF000A. Grayscale: #B1B1B1. Windows color (decimal): -16711691 or 16121600. OLE color: 16121600.
HSL color Cylindrical-coordinate representation of color #00FFF5: hue angle of 177.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFF5 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 245 | - |
| CMYK | 1 | 0 | 0.04 | 0 |
| HSL | 177.65º | 1% | 0.5% | - |
| HSV(B) | 177.65º | 1% | 1% | - |
| XYZ | 52.24 | 78.11 | 98.71 | - |
| YUV | 177.62 | 166.02 | 1.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 245 | 1 | 0 | 0.04 | 0 | 177.65 | 1 | 0.5 |
| Hex | 0 | FF | F5 | 64 | 0 | 4 | 0 | B2 | 64 | 32 |
| Octal | 0 | 377 | 365 | 144 | 0 | 4 | 0 | 262 | 144 | 62 |
| Binary | 0 | 11111111 | 11110101 | 1100100 | 0 | 100 | 0 | 10110010 | 1100100 | 110010 |
Color Harmonies of #00FFF5
Complementary color
Monochromatic Colors of #00FFF5
Black with #00FFF5
Text Example
Text Example
White with #00FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFF5; }
p { color: rgb(0,255,245); }
H1.HeaderClassName
{
color: #00FFF5;
}
.AnyTagClassName
{
color: #00FFF5;
}
</style>
background-color css
<style>
a { background-color: #00FFF5; }
a { background-color: rgb(0,255,245); }
div.DivClassName
{
background-color: #00FFF5;
}
.BgClassName
{
background-color: #00FFF5;
}
</style>
border-color css
<style>
span { border-color: #00FFF5; }
span { border-color: rgb(0,255,245); }
td.TdClassName
{
border-color: #00FFF5;
}
.TagClassName
{
border-color: #00FFF5;
}
</style>