Shades of Aqua #00F6EE
Tints of Aqua #00F6EE
RGB
CMYK
RGB Variations
Color information
#00F6EE (or 0x00F6EE) is known color: Aqua. HEX triplet: 00, F6 and EE. RGB value is (0,246,238). Sum of RGB (Red+Green+Blue) = 0+246+238=484 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #00F6EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F6EE is #FF0911. Grayscale: #ABABAB. Windows color (decimal): -16714002 or 15660544. OLE color: 15660544.
HSL color Cylindrical-coordinate representation of color #00F6EE: hue angle of 178.05º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F6EE is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 246 | 238 | - |
| CMYK | 1 | 0 | 0.03 | 0.04 |
| HSL | 178.05º | 1% | 0.48% | - |
| HSV(B) | 178.05º | 1% | 0.96% | - |
| XYZ | 48.39 | 72.08 | 92.25 | - |
| YUV | 171.53 | 165.5 | 5.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 246 | 238 | 1 | 0 | 0.03 | 0.04 | 178.05 | 1 | 0.48 |
| Hex | 0 | F6 | EE | 64 | 0 | 3 | 4 | B2 | 64 | 30 |
| Octal | 0 | 366 | 356 | 144 | 0 | 3 | 4 | 262 | 144 | 60 |
| Binary | 0 | 11110110 | 11101110 | 1100100 | 0 | 11 | 100 | 10110010 | 1100100 | 110000 |
Color Harmonies of #00F6EE
Complementary color
Monochromatic Colors of #00F6EE
Black with #00F6EE
Text Example
Text Example
White with #00F6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F6EE; }
p { color: rgb(0,246,238); }
H1.HeaderClassName
{
color: #00F6EE;
}
.AnyTagClassName
{
color: #00F6EE;
}
</style>
background-color css
<style>
a { background-color: #00F6EE; }
a { background-color: rgb(0,246,238); }
div.DivClassName
{
background-color: #00F6EE;
}
.BgClassName
{
background-color: #00F6EE;
}
</style>
border-color css
<style>
span { border-color: #00F6EE; }
span { border-color: rgb(0,246,238); }
td.TdClassName
{
border-color: #00F6EE;
}
.TagClassName
{
border-color: #00F6EE;
}
</style>