Shades of Aquamarine #5FFBC9
Tints of Aquamarine #5FFBC9
RGB
CMYK
RGB Variations
Color information
#5FFBC9 (or 0x5FFBC9) is known color: Aquamarine. HEX triplet: 5F, FB and C9. RGB value is (95,251,201). Sum of RGB (Red+Green+Blue) = 95+251+201=547 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.37% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBC9 is #A00436. Grayscale: #C6C6C6. Windows color (decimal): -10486839 or 13237087. OLE color: 13237087.
HSL color Cylindrical-coordinate representation of color #5FFBC9: hue angle of 160.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBC9 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 201 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.02 |
| HSL | 160.77º | 0.95% | 0.68% | - |
| HSV(B) | 160.77º | 0.62% | 0.98% | - |
| XYZ | 49.76 | 75.64 | 67.24 | - |
| YUV | 198.66 | 129.32 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 201 | 0.62 | 0 | 0.20 | 0.02 | 160.77 | 0.95 | 0.68 |
| Hex | 5F | FB | C9 | 3E | 0 | 14 | 2 | A1 | 5F | 44 |
| Octal | 137 | 373 | 311 | 76 | 0 | 24 | 2 | 241 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11001001 | 111110 | 0 | 10100 | 10 | 10100001 | 1011111 | 1000100 |
Color Harmonies of #5FFBC9
Complementary color
Monochromatic Colors of #5FFBC9
Black with #5FFBC9
Text Example
Text Example
White with #5FFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBC9; }
p { color: rgb(95,251,201); }
H1.HeaderClassName
{
color: #5FFBC9;
}
.AnyTagClassName
{
color: #5FFBC9;
}
</style>
background-color css
<style>
a { background-color: #5FFBC9; }
a { background-color: rgb(95,251,201); }
div.DivClassName
{
background-color: #5FFBC9;
}
.BgClassName
{
background-color: #5FFBC9;
}
</style>
border-color css
<style>
span { border-color: #5FFBC9; }
span { border-color: rgb(95,251,201); }
td.TdClassName
{
border-color: #5FFBC9;
}
.TagClassName
{
border-color: #5FFBC9;
}
</style>