Shades of Aquamarine #5FFFC9
Tints of Aquamarine #5FFFC9
RGB
CMYK
RGB Variations
Color information
#5FFFC9 (or 0x5FFFC9) is known color: Aquamarine. HEX triplet: 5F, FF and C9. RGB value is (95,255,201). Sum of RGB (Red+Green+Blue) = 95+255+201=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFC9 is #A00036. Grayscale: #C9C9C9. Windows color (decimal): -10485815 or 13238111. OLE color: 13238111.
HSL color Cylindrical-coordinate representation of color #5FFFC9: hue angle of 159.75º 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 #5FFFC9 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 201 | - |
| CMYK | 0.63 | 0 | 0.21 | 0 |
| HSL | 159.75º | 1% | 0.69% | - |
| HSV(B) | 159.75º | 0.63% | 1% | - |
| XYZ | 51.02 | 78.17 | 67.66 | - |
| YUV | 201 | 127.99 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 201 | 0.63 | 0 | 0.21 | 0 | 159.75 | 1 | 0.69 |
| Hex | 5F | FF | C9 | 3F | 0 | 15 | 0 | A0 | 64 | 45 |
| Octal | 137 | 377 | 311 | 77 | 0 | 25 | 0 | 240 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11001001 | 111111 | 0 | 10101 | 0 | 10100000 | 1100100 | 1000101 |
Color Harmonies of #5FFFC9
Complementary color
Monochromatic Colors of #5FFFC9
Black with #5FFFC9
Text Example
Text Example
White with #5FFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFC9; }
p { color: rgb(95,255,201); }
H1.HeaderClassName
{
color: #5FFFC9;
}
.AnyTagClassName
{
color: #5FFFC9;
}
</style>
background-color css
<style>
a { background-color: #5FFFC9; }
a { background-color: rgb(95,255,201); }
div.DivClassName
{
background-color: #5FFFC9;
}
.BgClassName
{
background-color: #5FFFC9;
}
</style>
border-color css
<style>
span { border-color: #5FFFC9; }
span { border-color: rgb(95,255,201); }
td.TdClassName
{
border-color: #5FFFC9;
}
.TagClassName
{
border-color: #5FFFC9;
}
</style>