Shades of Medium Sea Green #45B986
Tints of Medium Sea Green #45B986
RGB
CMYK
RGB Variations
Color information
#45B986 (or 0x45B986) is known color: Medium Sea Green. HEX triplet: 45, B9 and 86. RGB value is (69,185,134). Sum of RGB (Red+Green+Blue) = 69+185+134=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #45B986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B986 is #BA4679. Grayscale: #909090. Windows color (decimal): -12207738 or 8829253. OLE color: 8829253.
HSL color Cylindrical-coordinate representation of color #45B986: hue angle of 153.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45B986 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 185 | 134 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.27 |
| HSL | 153.62º | 0.46% | 0.5% | - |
| HSV(B) | 153.62º | 0.63% | 0.73% | - |
| XYZ | 24.11 | 37.68 | 28.56 | - |
| YUV | 144.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 185 | 134 | 0.63 | 0 | 0.28 | 0.27 | 153.62 | 0.46 | 0.5 |
| Hex | 45 | B9 | 86 | 3F | 0 | 1C | 1B | 9A | 2E | 32 |
| Octal | 105 | 271 | 206 | 77 | 0 | 34 | 33 | 232 | 56 | 62 |
| Binary | 1000101 | 10111001 | 10000110 | 111111 | 0 | 11100 | 11011 | 10011010 | 101110 | 110010 |
Color Harmonies of #45B986
Complementary color
Monochromatic Colors of #45B986
Black with #45B986
Text Example
Text Example
White with #45B986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B986; }
p { color: rgb(69,185,134); }
H1.HeaderClassName
{
color: #45B986;
}
.AnyTagClassName
{
color: #45B986;
}
</style>
background-color css
<style>
a { background-color: #45B986; }
a { background-color: rgb(69,185,134); }
div.DivClassName
{
background-color: #45B986;
}
.BgClassName
{
background-color: #45B986;
}
</style>
border-color css
<style>
span { border-color: #45B986; }
span { border-color: rgb(69,185,134); }
td.TdClassName
{
border-color: #45B986;
}
.TagClassName
{
border-color: #45B986;
}
</style>