Shades of Aqua #25FEFA
Tints of Aqua #25FEFA
RGB
CMYK
RGB Variations
Color information
#25FEFA (or 0x25FEFA) is known color: Aqua. HEX triplet: 25, FE and FA. RGB value is (37,254,250). Sum of RGB (Red+Green+Blue) = 37+254+250=541 (71% of max value = 765). Red value is 37 (14.84% from 255 or 6.84% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEFA is #DA0105. Grayscale: #BCBCBC. Windows color (decimal): -14287110 or 16449061. OLE color: 16449061.
HSL color Cylindrical-coordinate representation of color #25FEFA: hue angle of 178.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FEFA is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 250 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.00 |
| HSL | 178.89º | 0.99% | 0.57% | - |
| HSV(B) | 178.89º | 0.85% | 1% | - |
| XYZ | 53.46 | 78.18 | 102.71 | - |
| YUV | 188.66 | 162.61 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 250 | 0.85 | 0 | 0.02 | 0.00 | 178.89 | 0.99 | 0.57 |
| Hex | 25 | FE | FA | 55 | 0 | 2 | 0 | B3 | 63 | 39 |
| Octal | 45 | 376 | 372 | 125 | 0 | 2 | 0 | 263 | 143 | 71 |
| Binary | 100101 | 11111110 | 11111010 | 1010101 | 0 | 10 | 0 | 10110011 | 1100011 | 111001 |
Color Harmonies of #25FEFA
Complementary color
Monochromatic Colors of #25FEFA
Black with #25FEFA
Text Example
Text Example
White with #25FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEFA; }
p { color: rgb(37,254,250); }
H1.HeaderClassName
{
color: #25FEFA;
}
.AnyTagClassName
{
color: #25FEFA;
}
</style>
background-color css
<style>
a { background-color: #25FEFA; }
a { background-color: rgb(37,254,250); }
div.DivClassName
{
background-color: #25FEFA;
}
.BgClassName
{
background-color: #25FEFA;
}
</style>
border-color css
<style>
span { border-color: #25FEFA; }
span { border-color: rgb(37,254,250); }
td.TdClassName
{
border-color: #25FEFA;
}
.TagClassName
{
border-color: #25FEFA;
}
</style>