Shades of Aqua #06FFEB
Tints of Aqua #06FFEB
RGB
CMYK
RGB Variations
Color information
#06FFEB (or 0x06FFEB) is known color: Aqua. HEX triplet: 06, FF and EB. RGB value is (6,255,235). Sum of RGB (Red+Green+Blue) = 6+255+235=496 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFEB is #F90014. Grayscale: #B2B2B2. Windows color (decimal): -16318485 or 15466246. OLE color: 15466246.
HSL color Cylindrical-coordinate representation of color #06FFEB: hue angle of 175.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FFEB is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 235 | - |
| CMYK | 0.98 | 0 | 0.08 | 0 |
| HSL | 175.18º | 1% | 0.51% | - |
| HSV(B) | 175.18º | 0.98% | 1% | - |
| XYZ | 50.83 | 77.56 | 90.89 | - |
| YUV | 178.27 | 160.01 | 5.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 235 | 0.98 | 0 | 0.08 | 0 | 175.18 | 1 | 0.51 |
| Hex | 6 | FF | EB | 62 | 0 | 8 | 0 | AF | 64 | 33 |
| Octal | 6 | 377 | 353 | 142 | 0 | 10 | 0 | 257 | 144 | 63 |
| Binary | 110 | 11111111 | 11101011 | 1100010 | 0 | 1000 | 0 | 10101111 | 1100100 | 110011 |
Color Harmonies of #06FFEB
Complementary color
Monochromatic Colors of #06FFEB
Black with #06FFEB
Text Example
Text Example
White with #06FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFEB; }
p { color: rgb(6,255,235); }
H1.HeaderClassName
{
color: #06FFEB;
}
.AnyTagClassName
{
color: #06FFEB;
}
</style>
background-color css
<style>
a { background-color: #06FFEB; }
a { background-color: rgb(6,255,235); }
div.DivClassName
{
background-color: #06FFEB;
}
.BgClassName
{
background-color: #06FFEB;
}
</style>
border-color css
<style>
span { border-color: #06FFEB; }
span { border-color: rgb(6,255,235); }
td.TdClassName
{
border-color: #06FFEB;
}
.TagClassName
{
border-color: #06FFEB;
}
</style>