Shades of Medium Aquamarine #5BCFAC
Tints of Medium Aquamarine #5BCFAC
RGB
CMYK
RGB Variations
Color information
#5BCFAC (or 0x5BCFAC) is known color: Medium Aquamarine. HEX triplet: 5B, CF and AC. RGB value is (91,207,172). Sum of RGB (Red+Green+Blue) = 91+207+172=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCFAC is #A43053. Grayscale: #A8A8A8. Windows color (decimal): -10760276 or 11325275. OLE color: 11325275.
HSL color Cylindrical-coordinate representation of color #5BCFAC: hue angle of 161.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCFAC is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 172 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.19 |
| HSL | 161.9º | 0.55% | 0.58% | - |
| HSV(B) | 161.9º | 0.56% | 0.81% | - |
| XYZ | 34.07 | 49.83 | 46.85 | - |
| YUV | 168.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 172 | 0.56 | 0 | 0.17 | 0.19 | 161.9 | 0.55 | 0.58 |
| Hex | 5B | CF | AC | 38 | 0 | 11 | 13 | A2 | 37 | 3A |
| Octal | 133 | 317 | 254 | 70 | 0 | 21 | 23 | 242 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10101100 | 111000 | 0 | 10001 | 10011 | 10100010 | 110111 | 111010 |
Color Harmonies of #5BCFAC
Complementary color
Monochromatic Colors of #5BCFAC
Black with #5BCFAC
Text Example
Text Example
White with #5BCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFAC; }
p { color: rgb(91,207,172); }
H1.HeaderClassName
{
color: #5BCFAC;
}
.AnyTagClassName
{
color: #5BCFAC;
}
</style>
background-color css
<style>
a { background-color: #5BCFAC; }
a { background-color: rgb(91,207,172); }
div.DivClassName
{
background-color: #5BCFAC;
}
.BgClassName
{
background-color: #5BCFAC;
}
</style>
border-color css
<style>
span { border-color: #5BCFAC; }
span { border-color: rgb(91,207,172); }
td.TdClassName
{
border-color: #5BCFAC;
}
.TagClassName
{
border-color: #5BCFAC;
}
</style>