Shades of Aqua #17FEF2
Tints of Aqua #17FEF2
RGB
CMYK
RGB Variations
Color information
#17FEF2 (or 0x17FEF2) is known color: Aqua. HEX triplet: 17, FE and F2. RGB value is (23,254,242). Sum of RGB (Red+Green+Blue) = 23+254+242=519 (68% of max value = 765). Red value is 23 (9.38% from 255 or 4.43% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #17FEF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FEF2 is #E8010D. Grayscale: #B7B7B7. Windows color (decimal): -15204622 or 15924759. OLE color: 15924759.
HSL color Cylindrical-coordinate representation of color #17FEF2: hue angle of 176.88º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FEF2 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 242 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.00 |
| HSL | 176.88º | 0.99% | 0.54% | - |
| HSV(B) | 176.88º | 0.91% | 1% | - |
| XYZ | 51.82 | 77.48 | 96.23 | - |
| YUV | 183.56 | 160.97 | 13.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 242 | 0.91 | 0 | 0.05 | 0.00 | 176.88 | 0.99 | 0.54 |
| Hex | 17 | FE | F2 | 5B | 0 | 5 | 0 | B1 | 63 | 36 |
| Octal | 27 | 376 | 362 | 133 | 0 | 5 | 0 | 261 | 143 | 66 |
| Binary | 10111 | 11111110 | 11110010 | 1011011 | 0 | 101 | 0 | 10110001 | 1100011 | 110110 |
Color Harmonies of #17FEF2
Complementary color
Monochromatic Colors of #17FEF2
Black with #17FEF2
Text Example
Text Example
White with #17FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FEF2; }
p { color: rgb(23,254,242); }
H1.HeaderClassName
{
color: #17FEF2;
}
.AnyTagClassName
{
color: #17FEF2;
}
</style>
background-color css
<style>
a { background-color: #17FEF2; }
a { background-color: rgb(23,254,242); }
div.DivClassName
{
background-color: #17FEF2;
}
.BgClassName
{
background-color: #17FEF2;
}
</style>
border-color css
<style>
span { border-color: #17FEF2; }
span { border-color: rgb(23,254,242); }
td.TdClassName
{
border-color: #17FEF2;
}
.TagClassName
{
border-color: #17FEF2;
}
</style>