Shades of Aqua #25FFFC
Tints of Aqua #25FFFC
RGB
CMYK
RGB Variations
Color information
#25FFFC (or 0x25FFFC) is known color: Aqua. HEX triplet: 25, FF and FC. RGB value is (37,255,252). Sum of RGB (Red+Green+Blue) = 37+255+252=544 (72% of max value = 765). Red value is 37 (14.84% from 255 or 6.80% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FFFC is #DA0003. Grayscale: #BDBDBD. Windows color (decimal): -14286852 or 16580389. OLE color: 16580389.
HSL color Cylindrical-coordinate representation of color #25FFFC: hue angle of 179.17º 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 #25FFFC is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 252 | - |
| CMYK | 0.85 | 0 | 0.01 | 0 |
| HSL | 179.17º | 1% | 0.57% | - |
| HSV(B) | 179.17º | 0.85% | 1% | - |
| XYZ | 54.09 | 78.94 | 104.48 | - |
| YUV | 189.48 | 163.28 | 19.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 252 | 0.85 | 0 | 0.01 | 0 | 179.17 | 1 | 0.57 |
| Hex | 25 | FF | FC | 55 | 0 | 1 | 0 | B3 | 64 | 39 |
| Octal | 45 | 377 | 374 | 125 | 0 | 1 | 0 | 263 | 144 | 71 |
| Binary | 100101 | 11111111 | 11111100 | 1010101 | 0 | 1 | 0 | 10110011 | 1100100 | 111001 |
Color Harmonies of #25FFFC
Complementary color
Monochromatic Colors of #25FFFC
Black with #25FFFC
Text Example
Text Example
White with #25FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFFC; }
p { color: rgb(37,255,252); }
H1.HeaderClassName
{
color: #25FFFC;
}
.AnyTagClassName
{
color: #25FFFC;
}
</style>
background-color css
<style>
a { background-color: #25FFFC; }
a { background-color: rgb(37,255,252); }
div.DivClassName
{
background-color: #25FFFC;
}
.BgClassName
{
background-color: #25FFFC;
}
</style>
border-color css
<style>
span { border-color: #25FFFC; }
span { border-color: rgb(37,255,252); }
td.TdClassName
{
border-color: #25FFFC;
}
.TagClassName
{
border-color: #25FFFC;
}
</style>