Shades of Medium Sea Green #45BA86
Tints of Medium Sea Green #45BA86
RGB
CMYK
RGB Variations
Color information
#45BA86 (or 0x45BA86) is known color: Medium Sea Green. HEX triplet: 45, BA and 86. RGB value is (69,186,134). Sum of RGB (Red+Green+Blue) = 69+186+134=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BA86 is #BA4579. Grayscale: #919191. Windows color (decimal): -12207482 or 8829509. OLE color: 8829509.
HSL color Cylindrical-coordinate representation of color #45BA86: hue angle of 153.33º 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 #45BA86 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 134 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.27 |
| HSL | 153.33º | 0.46% | 0.5% | - |
| HSV(B) | 153.33º | 0.63% | 0.73% | - |
| XYZ | 24.32 | 38.1 | 28.63 | - |
| YUV | 145.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 134 | 0.63 | 0 | 0.28 | 0.27 | 153.33 | 0.46 | 0.5 |
| Hex | 45 | BA | 86 | 3F | 0 | 1C | 1B | 99 | 2E | 32 |
| Octal | 105 | 272 | 206 | 77 | 0 | 34 | 33 | 231 | 56 | 62 |
| Binary | 1000101 | 10111010 | 10000110 | 111111 | 0 | 11100 | 11011 | 10011001 | 101110 | 110010 |
Color Harmonies of #45BA86
Complementary color
Monochromatic Colors of #45BA86
Black with #45BA86
Text Example
Text Example
White with #45BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA86; }
p { color: rgb(69,186,134); }
H1.HeaderClassName
{
color: #45BA86;
}
.AnyTagClassName
{
color: #45BA86;
}
</style>
background-color css
<style>
a { background-color: #45BA86; }
a { background-color: rgb(69,186,134); }
div.DivClassName
{
background-color: #45BA86;
}
.BgClassName
{
background-color: #45BA86;
}
</style>
border-color css
<style>
span { border-color: #45BA86; }
span { border-color: rgb(69,186,134); }
td.TdClassName
{
border-color: #45BA86;
}
.TagClassName
{
border-color: #45BA86;
}
</style>