Shades of Medium Sea Green #45BA75
Tints of Medium Sea Green #45BA75
RGB
CMYK
RGB Variations
Color information
#45BA75 (or 0x45BA75) is known color: Medium Sea Green. HEX triplet: 45, BA and 75. RGB value is (69,186,117). Sum of RGB (Red+Green+Blue) = 69+186+117=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BA75 is #BA458A. Grayscale: #8F8F8F. Windows color (decimal): -12207499 or 7715397. OLE color: 7715397.
HSL color Cylindrical-coordinate representation of color #45BA75: hue angle of 144.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 #45BA75 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 117 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.27 |
| HSL | 144.62º | 0.46% | 0.5% | - |
| HSV(B) | 144.62º | 0.63% | 0.73% | - |
| XYZ | 23.22 | 37.67 | 22.88 | - |
| YUV | 143.15 | 113.24 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 117 | 0.63 | 0 | 0.37 | 0.27 | 144.62 | 0.46 | 0.5 |
| Hex | 45 | BA | 75 | 3F | 0 | 25 | 1B | 91 | 2E | 32 |
| Octal | 105 | 272 | 165 | 77 | 0 | 45 | 33 | 221 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1110101 | 111111 | 0 | 100101 | 11011 | 10010001 | 101110 | 110010 |
Color Harmonies of #45BA75
Complementary color
Monochromatic Colors of #45BA75
Black with #45BA75
Text Example
Text Example
White with #45BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA75; }
p { color: rgb(69,186,117); }
H1.HeaderClassName
{
color: #45BA75;
}
.AnyTagClassName
{
color: #45BA75;
}
</style>
background-color css
<style>
a { background-color: #45BA75; }
a { background-color: rgb(69,186,117); }
div.DivClassName
{
background-color: #45BA75;
}
.BgClassName
{
background-color: #45BA75;
}
</style>
border-color css
<style>
span { border-color: #45BA75; }
span { border-color: rgb(69,186,117); }
td.TdClassName
{
border-color: #45BA75;
}
.TagClassName
{
border-color: #45BA75;
}
</style>