Shades of Medium Aquamarine #5BCFAB
Tints of Medium Aquamarine #5BCFAB
RGB
CMYK
RGB Variations
Color information
#5BCFAB (or 0x5BCFAB) is known color: Medium Aquamarine. HEX triplet: 5B, CF and AB. RGB value is (91,207,171). Sum of RGB (Red+Green+Blue) = 91+207+171=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCFAB is #A43054. Grayscale: #A8A8A8. Windows color (decimal): -10760277 or 11259739. OLE color: 11259739.
HSL color Cylindrical-coordinate representation of color #5BCFAB: hue angle of 161.38º 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 #5BCFAB is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 171 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.19 |
| HSL | 161.38º | 0.55% | 0.58% | - |
| HSV(B) | 161.38º | 0.56% | 0.81% | - |
| XYZ | 33.98 | 49.79 | 46.35 | - |
| YUV | 168.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 171 | 0.56 | 0 | 0.17 | 0.19 | 161.38 | 0.55 | 0.58 |
| Hex | 5B | CF | AB | 38 | 0 | 11 | 13 | A1 | 37 | 3A |
| Octal | 133 | 317 | 253 | 70 | 0 | 21 | 23 | 241 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10101011 | 111000 | 0 | 10001 | 10011 | 10100001 | 110111 | 111010 |
Color Harmonies of #5BCFAB
Complementary color
Monochromatic Colors of #5BCFAB
Black with #5BCFAB
Text Example
Text Example
White with #5BCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFAB; }
p { color: rgb(91,207,171); }
H1.HeaderClassName
{
color: #5BCFAB;
}
.AnyTagClassName
{
color: #5BCFAB;
}
</style>
background-color css
<style>
a { background-color: #5BCFAB; }
a { background-color: rgb(91,207,171); }
div.DivClassName
{
background-color: #5BCFAB;
}
.BgClassName
{
background-color: #5BCFAB;
}
</style>
border-color css
<style>
span { border-color: #5BCFAB; }
span { border-color: rgb(91,207,171); }
td.TdClassName
{
border-color: #5BCFAB;
}
.TagClassName
{
border-color: #5BCFAB;
}
</style>