Shades of Aquamarine #5FFFC5
Tints of Aquamarine #5FFFC5
RGB
CMYK
RGB Variations
Color information
#5FFFC5 (or 0x5FFFC5) is known color: Aquamarine. HEX triplet: 5F, FF and C5. RGB value is (95,255,197). Sum of RGB (Red+Green+Blue) = 95+255+197=547 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.37% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFC5 is #A0003A. Grayscale: #C8C8C8. Windows color (decimal): -10485819 or 12975967. OLE color: 12975967.
HSL color Cylindrical-coordinate representation of color #5FFFC5: hue angle of 158.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFC5 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 197 | - |
| CMYK | 0.63 | 0 | 0.23 | 0 |
| HSL | 158.25º | 1% | 0.69% | - |
| HSV(B) | 158.25º | 0.63% | 1% | - |
| XYZ | 50.56 | 77.98 | 65.21 | - |
| YUV | 200.55 | 125.99 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 197 | 0.63 | 0 | 0.23 | 0 | 158.25 | 1 | 0.69 |
| Hex | 5F | FF | C5 | 3F | 0 | 17 | 0 | 9E | 64 | 45 |
| Octal | 137 | 377 | 305 | 77 | 0 | 27 | 0 | 236 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11000101 | 111111 | 0 | 10111 | 0 | 10011110 | 1100100 | 1000101 |
Color Harmonies of #5FFFC5
Complementary color
Monochromatic Colors of #5FFFC5
Black with #5FFFC5
Text Example
Text Example
White with #5FFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFC5; }
p { color: rgb(95,255,197); }
H1.HeaderClassName
{
color: #5FFFC5;
}
.AnyTagClassName
{
color: #5FFFC5;
}
</style>
background-color css
<style>
a { background-color: #5FFFC5; }
a { background-color: rgb(95,255,197); }
div.DivClassName
{
background-color: #5FFFC5;
}
.BgClassName
{
background-color: #5FFFC5;
}
</style>
border-color css
<style>
span { border-color: #5FFFC5; }
span { border-color: rgb(95,255,197); }
td.TdClassName
{
border-color: #5FFFC5;
}
.TagClassName
{
border-color: #5FFFC5;
}
</style>