Shades of Aquamarine #5FFEC5
Tints of Aquamarine #5FFEC5
RGB
CMYK
RGB Variations
Color information
#5FFEC5 (or 0x5FFEC5) is known color: Aquamarine. HEX triplet: 5F, FE and C5. RGB value is (95,254,197). Sum of RGB (Red+Green+Blue) = 95+254+197=546 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.40% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFEC5 is #A0013A. Grayscale: #C8C8C8. Windows color (decimal): -10486075 or 12975711. OLE color: 12975711.
HSL color Cylindrical-coordinate representation of color #5FFEC5: hue angle of 158.49º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEC5 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 197 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.00 |
| HSL | 158.49º | 0.99% | 0.68% | - |
| HSV(B) | 158.49º | 0.63% | 1% | - |
| XYZ | 50.24 | 77.35 | 65.11 | - |
| YUV | 199.96 | 126.32 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 197 | 0.63 | 0 | 0.22 | 0.00 | 158.49 | 0.99 | 0.68 |
| Hex | 5F | FE | C5 | 3F | 0 | 16 | 0 | 9E | 63 | 44 |
| Octal | 137 | 376 | 305 | 77 | 0 | 26 | 0 | 236 | 143 | 104 |
| Binary | 1011111 | 11111110 | 11000101 | 111111 | 0 | 10110 | 0 | 10011110 | 1100011 | 1000100 |
Color Harmonies of #5FFEC5
Complementary color
Monochromatic Colors of #5FFEC5
Black with #5FFEC5
Text Example
Text Example
White with #5FFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFEC5; }
p { color: rgb(95,254,197); }
H1.HeaderClassName
{
color: #5FFEC5;
}
.AnyTagClassName
{
color: #5FFEC5;
}
</style>
background-color css
<style>
a { background-color: #5FFEC5; }
a { background-color: rgb(95,254,197); }
div.DivClassName
{
background-color: #5FFEC5;
}
.BgClassName
{
background-color: #5FFEC5;
}
</style>
border-color css
<style>
span { border-color: #5FFEC5; }
span { border-color: rgb(95,254,197); }
td.TdClassName
{
border-color: #5FFEC5;
}
.TagClassName
{
border-color: #5FFEC5;
}
</style>