Shades of Aqua #15FFED
Tints of Aqua #15FFED
RGB
CMYK
RGB Variations
Color information
#15FFED (or 0x15FFED) is known color: Aqua. HEX triplet: 15, FF and ED. RGB value is (21,255,237). Sum of RGB (Red+Green+Blue) = 21+255+237=513 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.09% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFED is #EA0012. Grayscale: #B6B6B6. Windows color (decimal): -15335443 or 15597333. OLE color: 15597333.
HSL color Cylindrical-coordinate representation of color #15FFED: hue angle of 175.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFED is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 237 | - |
| CMYK | 0.92 | 0 | 0.07 | 0 |
| HSL | 175.38º | 1% | 0.54% | - |
| HSV(B) | 175.38º | 0.92% | 1% | - |
| XYZ | 51.36 | 77.79 | 92.43 | - |
| YUV | 182.98 | 158.48 | 12.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 237 | 0.92 | 0 | 0.07 | 0 | 175.38 | 1 | 0.54 |
| Hex | 15 | FF | ED | 5C | 0 | 7 | 0 | AF | 64 | 36 |
| Octal | 25 | 377 | 355 | 134 | 0 | 7 | 0 | 257 | 144 | 66 |
| Binary | 10101 | 11111111 | 11101101 | 1011100 | 0 | 111 | 0 | 10101111 | 1100100 | 110110 |
Color Harmonies of #15FFED
Complementary color
Monochromatic Colors of #15FFED
Black with #15FFED
Text Example
Text Example
White with #15FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFED; }
p { color: rgb(21,255,237); }
H1.HeaderClassName
{
color: #15FFED;
}
.AnyTagClassName
{
color: #15FFED;
}
</style>
background-color css
<style>
a { background-color: #15FFED; }
a { background-color: rgb(21,255,237); }
div.DivClassName
{
background-color: #15FFED;
}
.BgClassName
{
background-color: #15FFED;
}
</style>
border-color css
<style>
span { border-color: #15FFED; }
span { border-color: rgb(21,255,237); }
td.TdClassName
{
border-color: #15FFED;
}
.TagClassName
{
border-color: #15FFED;
}
</style>