Shades of Medium Aquamarine #5BFCAF
Tints of Medium Aquamarine #5BFCAF
RGB
CMYK
RGB Variations
Color information
#5BFCAF (or 0x5BFCAF) is known color: Medium Aquamarine. HEX triplet: 5B, FC and AF. RGB value is (91,252,175). Sum of RGB (Red+Green+Blue) = 91+252+175=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFCAF is #A40350. Grayscale: #C3C3C3. Windows color (decimal): -10748753 or 11533403. OLE color: 11533403.
HSL color Cylindrical-coordinate representation of color #5BFCAF: hue angle of 151.3º 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 #5BFCAF is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 175 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.01 |
| HSL | 151.3º | 0.96% | 0.67% | - |
| HSV(B) | 151.3º | 0.64% | 0.99% | - |
| XYZ | 46.86 | 74.94 | 52.55 | - |
| YUV | 195.08 | 116.66 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 175 | 0.64 | 0 | 0.31 | 0.01 | 151.3 | 0.96 | 0.67 |
| Hex | 5B | FC | AF | 40 | 0 | 1F | 1 | 97 | 60 | 43 |
| Octal | 133 | 374 | 257 | 100 | 0 | 37 | 1 | 227 | 140 | 103 |
| Binary | 1011011 | 11111100 | 10101111 | 1000000 | 0 | 11111 | 1 | 10010111 | 1100000 | 1000011 |
Color Harmonies of #5BFCAF
Complementary color
Monochromatic Colors of #5BFCAF
Black with #5BFCAF
Text Example
Text Example
White with #5BFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCAF; }
p { color: rgb(91,252,175); }
H1.HeaderClassName
{
color: #5BFCAF;
}
.AnyTagClassName
{
color: #5BFCAF;
}
</style>
background-color css
<style>
a { background-color: #5BFCAF; }
a { background-color: rgb(91,252,175); }
div.DivClassName
{
background-color: #5BFCAF;
}
.BgClassName
{
background-color: #5BFCAF;
}
</style>
border-color css
<style>
span { border-color: #5BFCAF; }
span { border-color: rgb(91,252,175); }
td.TdClassName
{
border-color: #5BFCAF;
}
.TagClassName
{
border-color: #5BFCAF;
}
</style>