Shades of Aqua #06F8ED
Tints of Aqua #06F8ED
RGB
CMYK
RGB Variations
Color information
#06F8ED (or 0x06F8ED) is known color: Aqua. HEX triplet: 06, F8 and ED. RGB value is (6,248,237). Sum of RGB (Red+Green+Blue) = 6+248+237=491 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #06F8ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F8ED is #F90712. Grayscale: #AEAEAE. Windows color (decimal): -16320275 or 15595526. OLE color: 15595526.
HSL color Cylindrical-coordinate representation of color #06F8ED: hue angle of 177.27º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F8ED is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 248 | 237 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.03 |
| HSL | 177.27º | 0.95% | 0.5% | - |
| HSV(B) | 177.27º | 0.98% | 0.97% | - |
| XYZ | 48.93 | 73.29 | 91.69 | - |
| YUV | 174.39 | 163.33 | 7.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 248 | 237 | 0.98 | 0 | 0.04 | 0.03 | 177.27 | 0.95 | 0.5 |
| Hex | 6 | F8 | ED | 62 | 0 | 4 | 3 | B1 | 5F | 32 |
| Octal | 6 | 370 | 355 | 142 | 0 | 4 | 3 | 261 | 137 | 62 |
| Binary | 110 | 11111000 | 11101101 | 1100010 | 0 | 100 | 11 | 10110001 | 1011111 | 110010 |
Color Harmonies of #06F8ED
Complementary color
Monochromatic Colors of #06F8ED
Black with #06F8ED
Text Example
Text Example
White with #06F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F8ED; }
p { color: rgb(6,248,237); }
H1.HeaderClassName
{
color: #06F8ED;
}
.AnyTagClassName
{
color: #06F8ED;
}
</style>
background-color css
<style>
a { background-color: #06F8ED; }
a { background-color: rgb(6,248,237); }
div.DivClassName
{
background-color: #06F8ED;
}
.BgClassName
{
background-color: #06F8ED;
}
</style>
border-color css
<style>
span { border-color: #06F8ED; }
span { border-color: rgb(6,248,237); }
td.TdClassName
{
border-color: #06F8ED;
}
.TagClassName
{
border-color: #06F8ED;
}
</style>