Shades of Aqua #28FEF9
Tints of Aqua #28FEF9
RGB
CMYK
RGB Variations
Color information
#28FEF9 (or 0x28FEF9) is known color: Aqua. HEX triplet: 28, FE and F9. RGB value is (40,254,249). Sum of RGB (Red+Green+Blue) = 40+254+249=543 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.37% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FEF9 is #D70106. Grayscale: #BDBDBD. Windows color (decimal): -14090503 or 16383528. OLE color: 16383528.
HSL color Cylindrical-coordinate representation of color #28FEF9: hue angle of 178.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FEF9 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 249 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.00 |
| HSL | 178.6º | 0.99% | 0.58% | - |
| HSV(B) | 178.6º | 0.84% | 1% | - |
| XYZ | 53.42 | 78.17 | 101.9 | - |
| YUV | 189.44 | 161.6 | 21.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 249 | 0.84 | 0 | 0.02 | 0.00 | 178.6 | 0.99 | 0.58 |
| Hex | 28 | FE | F9 | 54 | 0 | 2 | 0 | B3 | 63 | 3A |
| Octal | 50 | 376 | 371 | 124 | 0 | 2 | 0 | 263 | 143 | 72 |
| Binary | 101000 | 11111110 | 11111001 | 1010100 | 0 | 10 | 0 | 10110011 | 1100011 | 111010 |
Color Harmonies of #28FEF9
Complementary color
Monochromatic Colors of #28FEF9
Black with #28FEF9
Text Example
Text Example
White with #28FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEF9; }
p { color: rgb(40,254,249); }
H1.HeaderClassName
{
color: #28FEF9;
}
.AnyTagClassName
{
color: #28FEF9;
}
</style>
background-color css
<style>
a { background-color: #28FEF9; }
a { background-color: rgb(40,254,249); }
div.DivClassName
{
background-color: #28FEF9;
}
.BgClassName
{
background-color: #28FEF9;
}
</style>
border-color css
<style>
span { border-color: #28FEF9; }
span { border-color: rgb(40,254,249); }
td.TdClassName
{
border-color: #28FEF9;
}
.TagClassName
{
border-color: #28FEF9;
}
</style>