Shades of Aqua #28F9F8
Tints of Aqua #28F9F8
RGB
CMYK
RGB Variations
Color information
#28F9F8 (or 0x28F9F8) is known color: Aqua. HEX triplet: 28, F9 and F8. RGB value is (40,249,248). Sum of RGB (Red+Green+Blue) = 40+249+248=537 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.45% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #28F9F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F9F8 is #D70607. Grayscale: #BABABA. Windows color (decimal): -14091784 or 16316712. OLE color: 16316712.
HSL color Cylindrical-coordinate representation of color #28F9F8: hue angle of 179.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F9F8 is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 248 | - |
| CMYK | 0.84 | 0 | 0.00 | 0.02 |
| HSL | 179.71º | 0.95% | 0.57% | - |
| HSV(B) | 179.71º | 0.84% | 0.98% | - |
| XYZ | 51.69 | 74.98 | 100.55 | - |
| YUV | 186.4 | 162.76 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 248 | 0.84 | 0 | 0.00 | 0.02 | 179.71 | 0.95 | 0.57 |
| Hex | 28 | F9 | F8 | 54 | 0 | 0 | 2 | B4 | 5F | 39 |
| Octal | 50 | 371 | 370 | 124 | 0 | 0 | 2 | 264 | 137 | 71 |
| Binary | 101000 | 11111001 | 11111000 | 1010100 | 0 | 0 | 10 | 10110100 | 1011111 | 111001 |
Color Harmonies of #28F9F8
Complementary color
Monochromatic Colors of #28F9F8
Black with #28F9F8
Text Example
Text Example
White with #28F9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F9F8; }
p { color: rgb(40,249,248); }
H1.HeaderClassName
{
color: #28F9F8;
}
.AnyTagClassName
{
color: #28F9F8;
}
</style>
background-color css
<style>
a { background-color: #28F9F8; }
a { background-color: rgb(40,249,248); }
div.DivClassName
{
background-color: #28F9F8;
}
.BgClassName
{
background-color: #28F9F8;
}
</style>
border-color css
<style>
span { border-color: #28F9F8; }
span { border-color: rgb(40,249,248); }
td.TdClassName
{
border-color: #28F9F8;
}
.TagClassName
{
border-color: #28F9F8;
}
</style>