Shades of Aquamarine #5FFDBB
Tints of Aquamarine #5FFDBB
RGB
CMYK
RGB Variations
Color information
#5FFDBB (or 0x5FFDBB) is known color: Aquamarine. HEX triplet: 5F, FD and BB. RGB value is (95,253,187). Sum of RGB (Red+Green+Blue) = 95+253+187=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDBB is #A00244. Grayscale: #C6C6C6. Windows color (decimal): -10486341 or 12320095. OLE color: 12320095.
HSL color Cylindrical-coordinate representation of color #5FFDBB: hue angle of 154.94º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDBB is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 187 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.01 |
| HSL | 154.94º | 0.98% | 0.68% | - |
| HSV(B) | 154.94º | 0.62% | 0.99% | - |
| XYZ | 48.81 | 76.27 | 59.16 | - |
| YUV | 198.23 | 121.65 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 187 | 0.62 | 0 | 0.26 | 0.01 | 154.94 | 0.98 | 0.68 |
| Hex | 5F | FD | BB | 3E | 0 | 1A | 1 | 9B | 62 | 44 |
| Octal | 137 | 375 | 273 | 76 | 0 | 32 | 1 | 233 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10111011 | 111110 | 0 | 11010 | 1 | 10011011 | 1100010 | 1000100 |
Color Harmonies of #5FFDBB
Complementary color
Monochromatic Colors of #5FFDBB
Black with #5FFDBB
Text Example
Text Example
White with #5FFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDBB; }
p { color: rgb(95,253,187); }
H1.HeaderClassName
{
color: #5FFDBB;
}
.AnyTagClassName
{
color: #5FFDBB;
}
</style>
background-color css
<style>
a { background-color: #5FFDBB; }
a { background-color: rgb(95,253,187); }
div.DivClassName
{
background-color: #5FFDBB;
}
.BgClassName
{
background-color: #5FFDBB;
}
</style>
border-color css
<style>
span { border-color: #5FFDBB; }
span { border-color: rgb(95,253,187); }
td.TdClassName
{
border-color: #5FFDBB;
}
.TagClassName
{
border-color: #5FFDBB;
}
</style>