Shades of Medium Aquamarine #5BFCAA
Tints of Medium Aquamarine #5BFCAA
RGB
CMYK
RGB Variations
Color information
#5BFCAA (or 0x5BFCAA) is known color: Medium Aquamarine. HEX triplet: 5B, FC and AA. RGB value is (91,252,170). Sum of RGB (Red+Green+Blue) = 91+252+170=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFCAA is #A40355. Grayscale: #C2C2C2. Windows color (decimal): -10748758 or 11205723. OLE color: 11205723.
HSL color Cylindrical-coordinate representation of color #5BFCAA: hue angle of 149.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFCAA is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 170 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.01 |
| HSL | 149.44º | 0.96% | 0.67% | - |
| HSV(B) | 149.44º | 0.64% | 0.99% | - |
| XYZ | 46.38 | 74.75 | 50.01 | - |
| YUV | 194.51 | 114.16 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 170 | 0.64 | 0 | 0.33 | 0.01 | 149.44 | 0.96 | 0.67 |
| Hex | 5B | FC | AA | 40 | 0 | 21 | 1 | 95 | 60 | 43 |
| Octal | 133 | 374 | 252 | 100 | 0 | 41 | 1 | 225 | 140 | 103 |
| Binary | 1011011 | 11111100 | 10101010 | 1000000 | 0 | 100001 | 1 | 10010101 | 1100000 | 1000011 |
Color Harmonies of #5BFCAA
Complementary color
Monochromatic Colors of #5BFCAA
Black with #5BFCAA
Text Example
Text Example
White with #5BFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCAA; }
p { color: rgb(91,252,170); }
H1.HeaderClassName
{
color: #5BFCAA;
}
.AnyTagClassName
{
color: #5BFCAA;
}
</style>
background-color css
<style>
a { background-color: #5BFCAA; }
a { background-color: rgb(91,252,170); }
div.DivClassName
{
background-color: #5BFCAA;
}
.BgClassName
{
background-color: #5BFCAA;
}
</style>
border-color css
<style>
span { border-color: #5BFCAA; }
span { border-color: rgb(91,252,170); }
td.TdClassName
{
border-color: #5BFCAA;
}
.TagClassName
{
border-color: #5BFCAA;
}
</style>