Shades of Aqua #15FEED
Tints of Aqua #15FEED
RGB
CMYK
RGB Variations
Color information
#15FEED (or 0x15FEED) is known color: Aqua. HEX triplet: 15, FE and ED. RGB value is (21,254,237). Sum of RGB (Red+Green+Blue) = 21+254+237=512 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.10% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FEED is #EA0112. Grayscale: #B6B6B6. Windows color (decimal): -15335699 or 15597077. OLE color: 15597077.
HSL color Cylindrical-coordinate representation of color #15FEED: hue angle of 175.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FEED is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 237 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.00 |
| HSL | 175.62º | 0.99% | 0.54% | - |
| HSV(B) | 175.62º | 0.92% | 1% | - |
| XYZ | 51.04 | 77.16 | 92.32 | - |
| YUV | 182.4 | 158.81 | 12.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 237 | 0.92 | 0 | 0.07 | 0.00 | 175.62 | 0.99 | 0.54 |
| Hex | 15 | FE | ED | 5C | 0 | 7 | 0 | B0 | 63 | 36 |
| Octal | 25 | 376 | 355 | 134 | 0 | 7 | 0 | 260 | 143 | 66 |
| Binary | 10101 | 11111110 | 11101101 | 1011100 | 0 | 111 | 0 | 10110000 | 1100011 | 110110 |
Color Harmonies of #15FEED
Complementary color
Monochromatic Colors of #15FEED
Black with #15FEED
Text Example
Text Example
White with #15FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FEED; }
p { color: rgb(21,254,237); }
H1.HeaderClassName
{
color: #15FEED;
}
.AnyTagClassName
{
color: #15FEED;
}
</style>
background-color css
<style>
a { background-color: #15FEED; }
a { background-color: rgb(21,254,237); }
div.DivClassName
{
background-color: #15FEED;
}
.BgClassName
{
background-color: #15FEED;
}
</style>
border-color css
<style>
span { border-color: #15FEED; }
span { border-color: rgb(21,254,237); }
td.TdClassName
{
border-color: #15FEED;
}
.TagClassName
{
border-color: #15FEED;
}
</style>