Shades of Medium Aquamarine #5BCF9A
Tints of Medium Aquamarine #5BCF9A
RGB
CMYK
RGB Variations
Color information
#5BCF9A (or 0x5BCF9A) is known color: Medium Aquamarine. HEX triplet: 5B, CF and 9A. RGB value is (91,207,154). Sum of RGB (Red+Green+Blue) = 91+207+154=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF9A is #A43065. Grayscale: #A6A6A6. Windows color (decimal): -10760294 or 10145627. OLE color: 10145627.
HSL color Cylindrical-coordinate representation of color #5BCF9A: hue angle of 152.59º 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 #5BCF9A is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 154 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.19 |
| HSL | 152.59º | 0.55% | 0.58% | - |
| HSV(B) | 152.59º | 0.56% | 0.81% | - |
| XYZ | 32.46 | 49.18 | 38.35 | - |
| YUV | 166.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 154 | 0.56 | 0 | 0.26 | 0.19 | 152.59 | 0.55 | 0.58 |
| Hex | 5B | CF | 9A | 38 | 0 | 1A | 13 | 99 | 37 | 3A |
| Octal | 133 | 317 | 232 | 70 | 0 | 32 | 23 | 231 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10011010 | 111000 | 0 | 11010 | 10011 | 10011001 | 110111 | 111010 |
Color Harmonies of #5BCF9A
Complementary color
Monochromatic Colors of #5BCF9A
Black with #5BCF9A
Text Example
Text Example
White with #5BCF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF9A; }
p { color: rgb(91,207,154); }
H1.HeaderClassName
{
color: #5BCF9A;
}
.AnyTagClassName
{
color: #5BCF9A;
}
</style>
background-color css
<style>
a { background-color: #5BCF9A; }
a { background-color: rgb(91,207,154); }
div.DivClassName
{
background-color: #5BCF9A;
}
.BgClassName
{
background-color: #5BCF9A;
}
</style>
border-color css
<style>
span { border-color: #5BCF9A; }
span { border-color: rgb(91,207,154); }
td.TdClassName
{
border-color: #5BCF9A;
}
.TagClassName
{
border-color: #5BCF9A;
}
</style>