Shades of Medium Aquamarine #5BCF9C
Tints of Medium Aquamarine #5BCF9C
RGB
CMYK
RGB Variations
Color information
#5BCF9C (or 0x5BCF9C) is known color: Medium Aquamarine. HEX triplet: 5B, CF and 9C. RGB value is (91,207,156). Sum of RGB (Red+Green+Blue) = 91+207+156=454 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.04% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF9C is #A43063. Grayscale: #A6A6A6. Windows color (decimal): -10760292 or 10276699. OLE color: 10276699.
HSL color Cylindrical-coordinate representation of color #5BCF9C: hue angle of 153.62º 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 #5BCF9C is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 156 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.19 |
| HSL | 153.62º | 0.55% | 0.58% | - |
| HSV(B) | 153.62º | 0.56% | 0.81% | - |
| XYZ | 32.63 | 49.25 | 39.24 | - |
| YUV | 166.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 156 | 0.56 | 0 | 0.25 | 0.19 | 153.62 | 0.55 | 0.58 |
| Hex | 5B | CF | 9C | 38 | 0 | 19 | 13 | 9A | 37 | 3A |
| Octal | 133 | 317 | 234 | 70 | 0 | 31 | 23 | 232 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10011100 | 111000 | 0 | 11001 | 10011 | 10011010 | 110111 | 111010 |
Color Harmonies of #5BCF9C
Complementary color
Monochromatic Colors of #5BCF9C
Black with #5BCF9C
Text Example
Text Example
White with #5BCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF9C; }
p { color: rgb(91,207,156); }
H1.HeaderClassName
{
color: #5BCF9C;
}
.AnyTagClassName
{
color: #5BCF9C;
}
</style>
background-color css
<style>
a { background-color: #5BCF9C; }
a { background-color: rgb(91,207,156); }
div.DivClassName
{
background-color: #5BCF9C;
}
.BgClassName
{
background-color: #5BCF9C;
}
</style>
border-color css
<style>
span { border-color: #5BCF9C; }
span { border-color: rgb(91,207,156); }
td.TdClassName
{
border-color: #5BCF9C;
}
.TagClassName
{
border-color: #5BCF9C;
}
</style>