Shades of Aqua #0FFEED
Tints of Aqua #0FFEED
RGB
CMYK
RGB Variations
Color information
#0FFEED (or 0x0FFEED) is known color: Aqua. HEX triplet: 0F, FE and ED. RGB value is (15,254,237). Sum of RGB (Red+Green+Blue) = 15+254+237=506 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.96% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFEED is #F00112. Grayscale: #B4B4B4. Windows color (decimal): -15728915 or 15597071. OLE color: 15597071.
HSL color Cylindrical-coordinate representation of color #0FFEED: hue angle of 175.73º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFEED is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 237 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.00 |
| HSL | 175.73º | 0.99% | 0.53% | - |
| HSV(B) | 175.73º | 0.94% | 1% | - |
| XYZ | 50.92 | 77.1 | 92.32 | - |
| YUV | 180.6 | 159.82 | 9.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 237 | 0.94 | 0 | 0.07 | 0.00 | 175.73 | 0.99 | 0.53 |
| Hex | F | FE | ED | 5E | 0 | 7 | 0 | B0 | 63 | 35 |
| Octal | 17 | 376 | 355 | 136 | 0 | 7 | 0 | 260 | 143 | 65 |
| Binary | 1111 | 11111110 | 11101101 | 1011110 | 0 | 111 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #0FFEED
Complementary color
Monochromatic Colors of #0FFEED
Black with #0FFEED
Text Example
Text Example
White with #0FFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFEED; }
p { color: rgb(15,254,237); }
H1.HeaderClassName
{
color: #0FFEED;
}
.AnyTagClassName
{
color: #0FFEED;
}
</style>
background-color css
<style>
a { background-color: #0FFEED; }
a { background-color: rgb(15,254,237); }
div.DivClassName
{
background-color: #0FFEED;
}
.BgClassName
{
background-color: #0FFEED;
}
</style>
border-color css
<style>
span { border-color: #0FFEED; }
span { border-color: rgb(15,254,237); }
td.TdClassName
{
border-color: #0FFEED;
}
.TagClassName
{
border-color: #0FFEED;
}
</style>