Shades of Medium Aquamarine #5BFD9B
Tints of Medium Aquamarine #5BFD9B
RGB
CMYK
RGB Variations
Color information
#5BFD9B (or 0x5BFD9B) is known color: Medium Aquamarine. HEX triplet: 5B, FD and 9B. RGB value is (91,253,155). Sum of RGB (Red+Green+Blue) = 91+253+155=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFD9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFD9B is #A40264. Grayscale: #C1C1C1. Windows color (decimal): -10748517 or 10222939. OLE color: 10222939.
HSL color Cylindrical-coordinate representation of color #5BFD9B: hue angle of 143.7º degrees, saturation: 0.98, 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 #5BFD9B is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 155 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.01 |
| HSL | 143.7º | 0.98% | 0.67% | - |
| HSV(B) | 143.7º | 0.64% | 0.99% | - |
| XYZ | 45.36 | 74.84 | 43.07 | - |
| YUV | 193.39 | 106.33 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 155 | 0.64 | 0 | 0.39 | 0.01 | 143.7 | 0.98 | 0.67 |
| Hex | 5B | FD | 9B | 40 | 0 | 27 | 1 | 90 | 62 | 43 |
| Octal | 133 | 375 | 233 | 100 | 0 | 47 | 1 | 220 | 142 | 103 |
| Binary | 1011011 | 11111101 | 10011011 | 1000000 | 0 | 100111 | 1 | 10010000 | 1100010 | 1000011 |
Color Harmonies of #5BFD9B
Complementary color
Monochromatic Colors of #5BFD9B
Black with #5BFD9B
Text Example
Text Example
White with #5BFD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFD9B; }
p { color: rgb(91,253,155); }
H1.HeaderClassName
{
color: #5BFD9B;
}
.AnyTagClassName
{
color: #5BFD9B;
}
</style>
background-color css
<style>
a { background-color: #5BFD9B; }
a { background-color: rgb(91,253,155); }
div.DivClassName
{
background-color: #5BFD9B;
}
.BgClassName
{
background-color: #5BFD9B;
}
</style>
border-color css
<style>
span { border-color: #5BFD9B; }
span { border-color: rgb(91,253,155); }
td.TdClassName
{
border-color: #5BFD9B;
}
.TagClassName
{
border-color: #5BFD9B;
}
</style>