Shades of Aqua #15FFEE
Tints of Aqua #15FFEE
RGB
CMYK
RGB Variations
Color information
#15FFEE (or 0x15FFEE) is known color: Aqua. HEX triplet: 15, FF and EE. RGB value is (21,255,238). Sum of RGB (Red+Green+Blue) = 21+255+238=514 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.09% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFEE is #EA0011. Grayscale: #B6B6B6. Windows color (decimal): -15335442 or 15662869. OLE color: 15662869.
HSL color Cylindrical-coordinate representation of color #15FFEE: hue angle of 175.64º 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 #15FFEE is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 238 | - |
| CMYK | 0.92 | 0 | 0.07 | 0 |
| HSL | 175.64º | 1% | 0.54% | - |
| HSV(B) | 175.64º | 0.92% | 1% | - |
| XYZ | 51.5 | 77.85 | 93.2 | - |
| YUV | 183.1 | 158.98 | 12.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 238 | 0.92 | 0 | 0.07 | 0 | 175.64 | 1 | 0.54 |
| Hex | 15 | FF | EE | 5C | 0 | 7 | 0 | B0 | 64 | 36 |
| Octal | 25 | 377 | 356 | 134 | 0 | 7 | 0 | 260 | 144 | 66 |
| Binary | 10101 | 11111111 | 11101110 | 1011100 | 0 | 111 | 0 | 10110000 | 1100100 | 110110 |
Color Harmonies of #15FFEE
Complementary color
Monochromatic Colors of #15FFEE
Black with #15FFEE
Text Example
Text Example
White with #15FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFEE; }
p { color: rgb(21,255,238); }
H1.HeaderClassName
{
color: #15FFEE;
}
.AnyTagClassName
{
color: #15FFEE;
}
</style>
background-color css
<style>
a { background-color: #15FFEE; }
a { background-color: rgb(21,255,238); }
div.DivClassName
{
background-color: #15FFEE;
}
.BgClassName
{
background-color: #15FFEE;
}
</style>
border-color css
<style>
span { border-color: #15FFEE; }
span { border-color: rgb(21,255,238); }
td.TdClassName
{
border-color: #15FFEE;
}
.TagClassName
{
border-color: #15FFEE;
}
</style>