Shades of Aquamarine #5FFBC5
Tints of Aquamarine #5FFBC5
RGB
CMYK
RGB Variations
Color information
#5FFBC5 (or 0x5FFBC5) is known color: Aquamarine. HEX triplet: 5F, FB and C5. RGB value is (95,251,197). Sum of RGB (Red+Green+Blue) = 95+251+197=543 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.50% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBC5 is #A0043A. Grayscale: #C6C6C6. Windows color (decimal): -10486843 or 12974943. OLE color: 12974943.
HSL color Cylindrical-coordinate representation of color #5FFBC5: hue angle of 159.23º 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 #5FFBC5 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 197 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.02 |
| HSL | 159.23º | 0.95% | 0.68% | - |
| HSV(B) | 159.23º | 0.62% | 0.98% | - |
| XYZ | 49.29 | 75.46 | 64.79 | - |
| YUV | 198.2 | 127.32 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 197 | 0.62 | 0 | 0.22 | 0.02 | 159.23 | 0.95 | 0.68 |
| Hex | 5F | FB | C5 | 3E | 0 | 16 | 2 | 9F | 5F | 44 |
| Octal | 137 | 373 | 305 | 76 | 0 | 26 | 2 | 237 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11000101 | 111110 | 0 | 10110 | 10 | 10011111 | 1011111 | 1000100 |
Color Harmonies of #5FFBC5
Complementary color
Monochromatic Colors of #5FFBC5
Black with #5FFBC5
Text Example
Text Example
White with #5FFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBC5; }
p { color: rgb(95,251,197); }
H1.HeaderClassName
{
color: #5FFBC5;
}
.AnyTagClassName
{
color: #5FFBC5;
}
</style>
background-color css
<style>
a { background-color: #5FFBC5; }
a { background-color: rgb(95,251,197); }
div.DivClassName
{
background-color: #5FFBC5;
}
.BgClassName
{
background-color: #5FFBC5;
}
</style>
border-color css
<style>
span { border-color: #5FFBC5; }
span { border-color: rgb(95,251,197); }
td.TdClassName
{
border-color: #5FFBC5;
}
.TagClassName
{
border-color: #5FFBC5;
}
</style>