Shades of Aqua #25FFF2
Tints of Aqua #25FFF2
RGB
CMYK
RGB Variations
Color information
#25FFF2 (or 0x25FFF2) is known color: Aqua. HEX triplet: 25, FF and F2. RGB value is (37,255,242). Sum of RGB (Red+Green+Blue) = 37+255+242=534 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.93% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FFF2 is #DA000D. Grayscale: #BCBCBC. Windows color (decimal): -14286862 or 15925029. OLE color: 15925029.
HSL color Cylindrical-coordinate representation of color #25FFF2: hue angle of 176.42º 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 #25FFF2 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 242 | - |
| CMYK | 0.85 | 0 | 0.05 | 0 |
| HSL | 176.42º | 1% | 0.57% | - |
| HSV(B) | 176.42º | 0.85% | 1% | - |
| XYZ | 52.55 | 78.32 | 96.35 | - |
| YUV | 188.34 | 158.28 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 242 | 0.85 | 0 | 0.05 | 0 | 176.42 | 1 | 0.57 |
| Hex | 25 | FF | F2 | 55 | 0 | 5 | 0 | B0 | 64 | 39 |
| Octal | 45 | 377 | 362 | 125 | 0 | 5 | 0 | 260 | 144 | 71 |
| Binary | 100101 | 11111111 | 11110010 | 1010101 | 0 | 101 | 0 | 10110000 | 1100100 | 111001 |
Color Harmonies of #25FFF2
Complementary color
Monochromatic Colors of #25FFF2
Black with #25FFF2
Text Example
Text Example
White with #25FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFF2; }
p { color: rgb(37,255,242); }
H1.HeaderClassName
{
color: #25FFF2;
}
.AnyTagClassName
{
color: #25FFF2;
}
</style>
background-color css
<style>
a { background-color: #25FFF2; }
a { background-color: rgb(37,255,242); }
div.DivClassName
{
background-color: #25FFF2;
}
.BgClassName
{
background-color: #25FFF2;
}
</style>
border-color css
<style>
span { border-color: #25FFF2; }
span { border-color: rgb(37,255,242); }
td.TdClassName
{
border-color: #25FFF2;
}
.TagClassName
{
border-color: #25FFF2;
}
</style>