Shades of Aqua #08FEF0
Tints of Aqua #08FEF0
RGB
CMYK
RGB Variations
Color information
#08FEF0 (or 0x08FEF0) is known color: Aqua. HEX triplet: 08, FE and F0. RGB value is (8,254,240). Sum of RGB (Red+Green+Blue) = 8+254+240=502 (66% of max value = 765). Red value is 8 (3.52% from 255 or 1.59% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #08FEF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FEF0 is #F7010F. Grayscale: #B2B2B2. Windows color (decimal): -16187664 or 15793672. OLE color: 15793672.
HSL color Cylindrical-coordinate representation of color #08FEF0: hue angle of 176.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FEF0 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 254 | 240 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.00 |
| HSL | 176.59º | 0.99% | 0.51% | - |
| HSV(B) | 176.59º | 0.97% | 1% | - |
| XYZ | 51.27 | 77.23 | 94.64 | - |
| YUV | 178.85 | 162.5 | 6.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 254 | 240 | 0.97 | 0 | 0.06 | 0.00 | 176.59 | 0.99 | 0.51 |
| Hex | 8 | FE | F0 | 61 | 0 | 6 | 0 | B1 | 63 | 33 |
| Octal | 10 | 376 | 360 | 141 | 0 | 6 | 0 | 261 | 143 | 63 |
| Binary | 1000 | 11111110 | 11110000 | 1100001 | 0 | 110 | 0 | 10110001 | 1100011 | 110011 |
Color Harmonies of #08FEF0
Complementary color
Monochromatic Colors of #08FEF0
Black with #08FEF0
Text Example
Text Example
White with #08FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FEF0; }
p { color: rgb(8,254,240); }
H1.HeaderClassName
{
color: #08FEF0;
}
.AnyTagClassName
{
color: #08FEF0;
}
</style>
background-color css
<style>
a { background-color: #08FEF0; }
a { background-color: rgb(8,254,240); }
div.DivClassName
{
background-color: #08FEF0;
}
.BgClassName
{
background-color: #08FEF0;
}
</style>
border-color css
<style>
span { border-color: #08FEF0; }
span { border-color: rgb(8,254,240); }
td.TdClassName
{
border-color: #08FEF0;
}
.TagClassName
{
border-color: #08FEF0;
}
</style>