Shades of Medium Aquamarine #5BD698
Tints of Medium Aquamarine #5BD698
RGB
CMYK
RGB Variations
Color information
#5BD698 (or 0x5BD698) is known color: Medium Aquamarine. HEX triplet: 5B, D6 and 98. RGB value is (91,214,152). Sum of RGB (Red+Green+Blue) = 91+214+152=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD698 is #A42967. Grayscale: #AAAAAA. Windows color (decimal): -10758504 or 10016347. OLE color: 10016347.
HSL color Cylindrical-coordinate representation of color #5BD698: hue angle of 149.76º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD698 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 214 | 152 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.16 |
| HSL | 149.76º | 0.6% | 0.6% | - |
| HSV(B) | 149.76º | 0.57% | 0.84% | - |
| XYZ | 34.03 | 52.58 | 38.06 | - |
| YUV | 170.16 | 117.75 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 214 | 152 | 0.57 | 0 | 0.29 | 0.16 | 149.76 | 0.6 | 0.6 |
| Hex | 5B | D6 | 98 | 39 | 0 | 1D | 10 | 96 | 3C | 3C |
| Octal | 133 | 326 | 230 | 71 | 0 | 35 | 20 | 226 | 74 | 74 |
| Binary | 1011011 | 11010110 | 10011000 | 111001 | 0 | 11101 | 10000 | 10010110 | 111100 | 111100 |
Color Harmonies of #5BD698
Complementary color
Monochromatic Colors of #5BD698
Black with #5BD698
Text Example
Text Example
White with #5BD698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD698; }
p { color: rgb(91,214,152); }
H1.HeaderClassName
{
color: #5BD698;
}
.AnyTagClassName
{
color: #5BD698;
}
</style>
background-color css
<style>
a { background-color: #5BD698; }
a { background-color: rgb(91,214,152); }
div.DivClassName
{
background-color: #5BD698;
}
.BgClassName
{
background-color: #5BD698;
}
</style>
border-color css
<style>
span { border-color: #5BD698; }
span { border-color: rgb(91,214,152); }
td.TdClassName
{
border-color: #5BD698;
}
.TagClassName
{
border-color: #5BD698;
}
</style>