Shades of Aqua #03FFEB
Tints of Aqua #03FFEB
RGB
CMYK
RGB Variations
Color information
#03FFEB (or 0x03FFEB) is known color: Aqua. HEX triplet: 03, FF and EB. RGB value is (3,255,235). Sum of RGB (Red+Green+Blue) = 3+255+235=493 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FFEB is #FC0014. Grayscale: #B1B1B1. Windows color (decimal): -16515093 or 15466243. OLE color: 15466243.
HSL color Cylindrical-coordinate representation of color #03FFEB: hue angle of 175.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FFEB is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 235 | - |
| CMYK | 0.99 | 0 | 0.08 | 0 |
| HSL | 175.24º | 1% | 0.51% | - |
| HSV(B) | 175.24º | 0.99% | 1% | - |
| XYZ | 50.79 | 77.54 | 90.89 | - |
| YUV | 177.37 | 160.51 | 3.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 235 | 0.99 | 0 | 0.08 | 0 | 175.24 | 1 | 0.51 |
| Hex | 3 | FF | EB | 63 | 0 | 8 | 0 | AF | 64 | 33 |
| Octal | 3 | 377 | 353 | 143 | 0 | 10 | 0 | 257 | 144 | 63 |
| Binary | 11 | 11111111 | 11101011 | 1100011 | 0 | 1000 | 0 | 10101111 | 1100100 | 110011 |
Color Harmonies of #03FFEB
Complementary color
Monochromatic Colors of #03FFEB
Black with #03FFEB
Text Example
Text Example
White with #03FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFEB; }
p { color: rgb(3,255,235); }
H1.HeaderClassName
{
color: #03FFEB;
}
.AnyTagClassName
{
color: #03FFEB;
}
</style>
background-color css
<style>
a { background-color: #03FFEB; }
a { background-color: rgb(3,255,235); }
div.DivClassName
{
background-color: #03FFEB;
}
.BgClassName
{
background-color: #03FFEB;
}
</style>
border-color css
<style>
span { border-color: #03FFEB; }
span { border-color: rgb(3,255,235); }
td.TdClassName
{
border-color: #03FFEB;
}
.TagClassName
{
border-color: #03FFEB;
}
</style>