Shades of Medium Sea Green #45BA76
Tints of Medium Sea Green #45BA76
RGB
CMYK
RGB Variations
Color information
#45BA76 (or 0x45BA76) is known color: Medium Sea Green. HEX triplet: 45, BA and 76. RGB value is (69,186,118). Sum of RGB (Red+Green+Blue) = 69+186+118=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BA76 is #BA4589. Grayscale: #8F8F8F. Windows color (decimal): -12207498 or 7780933. OLE color: 7780933.
HSL color Cylindrical-coordinate representation of color #45BA76: hue angle of 145.13º 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 #45BA76 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 118 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.27 |
| HSL | 145.13º | 0.46% | 0.5% | - |
| HSV(B) | 145.13º | 0.63% | 0.73% | - |
| XYZ | 23.28 | 37.69 | 23.19 | - |
| YUV | 143.27 | 113.74 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 118 | 0.63 | 0 | 0.37 | 0.27 | 145.13 | 0.46 | 0.5 |
| Hex | 45 | BA | 76 | 3F | 0 | 25 | 1B | 91 | 2E | 32 |
| Octal | 105 | 272 | 166 | 77 | 0 | 45 | 33 | 221 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1110110 | 111111 | 0 | 100101 | 11011 | 10010001 | 101110 | 110010 |
Color Harmonies of #45BA76
Complementary color
Monochromatic Colors of #45BA76
Black with #45BA76
Text Example
Text Example
White with #45BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA76; }
p { color: rgb(69,186,118); }
H1.HeaderClassName
{
color: #45BA76;
}
.AnyTagClassName
{
color: #45BA76;
}
</style>
background-color css
<style>
a { background-color: #45BA76; }
a { background-color: rgb(69,186,118); }
div.DivClassName
{
background-color: #45BA76;
}
.BgClassName
{
background-color: #45BA76;
}
</style>
border-color css
<style>
span { border-color: #45BA76; }
span { border-color: rgb(69,186,118); }
td.TdClassName
{
border-color: #45BA76;
}
.TagClassName
{
border-color: #45BA76;
}
</style>