Shades of Medium Aquamarine #5BFCA2
Tints of Medium Aquamarine #5BFCA2
RGB
CMYK
RGB Variations
Color information
#5BFCA2 (or 0x5BFCA2) is known color: Medium Aquamarine. HEX triplet: 5B, FC and A2. RGB value is (91,252,162). Sum of RGB (Red+Green+Blue) = 91+252+162=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFCA2 is #A4035D. Grayscale: #C1C1C1. Windows color (decimal): -10748766 or 10681435. OLE color: 10681435.
HSL color Cylindrical-coordinate representation of color #5BFCA2: hue angle of 146.46º 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 #5BFCA2 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 162 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.01 |
| HSL | 146.46º | 0.96% | 0.67% | - |
| HSV(B) | 146.46º | 0.64% | 0.99% | - |
| XYZ | 45.65 | 74.45 | 46.15 | - |
| YUV | 193.6 | 110.16 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 162 | 0.64 | 0 | 0.36 | 0.01 | 146.46 | 0.96 | 0.67 |
| Hex | 5B | FC | A2 | 40 | 0 | 24 | 1 | 92 | 60 | 43 |
| Octal | 133 | 374 | 242 | 100 | 0 | 44 | 1 | 222 | 140 | 103 |
| Binary | 1011011 | 11111100 | 10100010 | 1000000 | 0 | 100100 | 1 | 10010010 | 1100000 | 1000011 |
Color Harmonies of #5BFCA2
Complementary color
Monochromatic Colors of #5BFCA2
Black with #5BFCA2
Text Example
Text Example
White with #5BFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCA2; }
p { color: rgb(91,252,162); }
H1.HeaderClassName
{
color: #5BFCA2;
}
.AnyTagClassName
{
color: #5BFCA2;
}
</style>
background-color css
<style>
a { background-color: #5BFCA2; }
a { background-color: rgb(91,252,162); }
div.DivClassName
{
background-color: #5BFCA2;
}
.BgClassName
{
background-color: #5BFCA2;
}
</style>
border-color css
<style>
span { border-color: #5BFCA2; }
span { border-color: rgb(91,252,162); }
td.TdClassName
{
border-color: #5BFCA2;
}
.TagClassName
{
border-color: #5BFCA2;
}
</style>