Shades of Aquamarine #5FFCBB
Tints of Aquamarine #5FFCBB
RGB
CMYK
RGB Variations
Color information
#5FFCBB (or 0x5FFCBB) is known color: Aquamarine. HEX triplet: 5F, FC and BB. RGB value is (95,252,187). Sum of RGB (Red+Green+Blue) = 95+252+187=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCBB is #A00344. Grayscale: #C5C5C5. Windows color (decimal): -10486597 or 12319839. OLE color: 12319839.
HSL color Cylindrical-coordinate representation of color #5FFCBB: hue angle of 155.16º degrees, saturation: 0.96, 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 #5FFCBB is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 187 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.01 |
| HSL | 155.16º | 0.96% | 0.68% | - |
| HSV(B) | 155.16º | 0.62% | 0.99% | - |
| XYZ | 48.5 | 75.64 | 59.06 | - |
| YUV | 197.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 187 | 0.62 | 0 | 0.26 | 0.01 | 155.16 | 0.96 | 0.68 |
| Hex | 5F | FC | BB | 3E | 0 | 1A | 1 | 9B | 60 | 44 |
| Octal | 137 | 374 | 273 | 76 | 0 | 32 | 1 | 233 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10111011 | 111110 | 0 | 11010 | 1 | 10011011 | 1100000 | 1000100 |
Color Harmonies of #5FFCBB
Complementary color
Monochromatic Colors of #5FFCBB
Black with #5FFCBB
Text Example
Text Example
White with #5FFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCBB; }
p { color: rgb(95,252,187); }
H1.HeaderClassName
{
color: #5FFCBB;
}
.AnyTagClassName
{
color: #5FFCBB;
}
</style>
background-color css
<style>
a { background-color: #5FFCBB; }
a { background-color: rgb(95,252,187); }
div.DivClassName
{
background-color: #5FFCBB;
}
.BgClassName
{
background-color: #5FFCBB;
}
</style>
border-color css
<style>
span { border-color: #5FFCBB; }
span { border-color: rgb(95,252,187); }
td.TdClassName
{
border-color: #5FFCBB;
}
.TagClassName
{
border-color: #5FFCBB;
}
</style>