Shades of Aqua #25FFFA
Tints of Aqua #25FFFA
RGB
CMYK
RGB Variations
Color information
#25FFFA (or 0x25FFFA) is known color: Aqua. HEX triplet: 25, FF and FA. RGB value is (37,255,250). Sum of RGB (Red+Green+Blue) = 37+255+250=542 (71% of max value = 765). Red value is 37 (14.84% from 255 or 6.83% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FFFA is #DA0005. Grayscale: #BDBDBD. Windows color (decimal): -14286854 or 16449317. OLE color: 16449317.
HSL color Cylindrical-coordinate representation of color #25FFFA: hue angle of 178.62º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFFA is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 250 | - |
| CMYK | 0.85 | 0 | 0.02 | 0 |
| HSL | 178.62º | 1% | 0.57% | - |
| HSV(B) | 178.62º | 0.85% | 1% | - |
| XYZ | 53.78 | 78.82 | 102.82 | - |
| YUV | 189.25 | 162.28 | 19.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 250 | 0.85 | 0 | 0.02 | 0 | 178.62 | 1 | 0.57 |
| Hex | 25 | FF | FA | 55 | 0 | 2 | 0 | B3 | 64 | 39 |
| Octal | 45 | 377 | 372 | 125 | 0 | 2 | 0 | 263 | 144 | 71 |
| Binary | 100101 | 11111111 | 11111010 | 1010101 | 0 | 10 | 0 | 10110011 | 1100100 | 111001 |
Color Harmonies of #25FFFA
Complementary color
Monochromatic Colors of #25FFFA
Black with #25FFFA
Text Example
Text Example
White with #25FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFFA; }
p { color: rgb(37,255,250); }
H1.HeaderClassName
{
color: #25FFFA;
}
.AnyTagClassName
{
color: #25FFFA;
}
</style>
background-color css
<style>
a { background-color: #25FFFA; }
a { background-color: rgb(37,255,250); }
div.DivClassName
{
background-color: #25FFFA;
}
.BgClassName
{
background-color: #25FFFA;
}
</style>
border-color css
<style>
span { border-color: #25FFFA; }
span { border-color: rgb(37,255,250); }
td.TdClassName
{
border-color: #25FFFA;
}
.TagClassName
{
border-color: #25FFFA;
}
</style>