Shades of Aqua #25FEF2
Tints of Aqua #25FEF2
RGB
CMYK
RGB Variations
Color information
#25FEF2 (or 0x25FEF2) is known color: Aqua. HEX triplet: 25, FE and F2. RGB value is (37,254,242). Sum of RGB (Red+Green+Blue) = 37+254+242=533 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.94% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEF2 is #DA010D. Grayscale: #BBBBBB. Windows color (decimal): -14287118 or 15924773. OLE color: 15924773.
HSL color Cylindrical-coordinate representation of color #25FEF2: hue angle of 176.68º 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 #25FEF2 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 242 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.00 |
| HSL | 176.68º | 0.99% | 0.57% | - |
| HSV(B) | 176.68º | 0.85% | 1% | - |
| XYZ | 52.23 | 77.69 | 96.25 | - |
| YUV | 187.75 | 158.61 | 20.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 242 | 0.85 | 0 | 0.05 | 0.00 | 176.68 | 0.99 | 0.57 |
| Hex | 25 | FE | F2 | 55 | 0 | 5 | 0 | B1 | 63 | 39 |
| Octal | 45 | 376 | 362 | 125 | 0 | 5 | 0 | 261 | 143 | 71 |
| Binary | 100101 | 11111110 | 11110010 | 1010101 | 0 | 101 | 0 | 10110001 | 1100011 | 111001 |
Color Harmonies of #25FEF2
Complementary color
Monochromatic Colors of #25FEF2
Black with #25FEF2
Text Example
Text Example
White with #25FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEF2; }
p { color: rgb(37,254,242); }
H1.HeaderClassName
{
color: #25FEF2;
}
.AnyTagClassName
{
color: #25FEF2;
}
</style>
background-color css
<style>
a { background-color: #25FEF2; }
a { background-color: rgb(37,254,242); }
div.DivClassName
{
background-color: #25FEF2;
}
.BgClassName
{
background-color: #25FEF2;
}
</style>
border-color css
<style>
span { border-color: #25FEF2; }
span { border-color: rgb(37,254,242); }
td.TdClassName
{
border-color: #25FEF2;
}
.TagClassName
{
border-color: #25FEF2;
}
</style>