Shades of Medium Sea Green #45BA7A
Tints of Medium Sea Green #45BA7A
RGB
CMYK
RGB Variations
Color information
#45BA7A (or 0x45BA7A) is known color: Medium Sea Green. HEX triplet: 45, BA and 7A. RGB value is (69,186,122). Sum of RGB (Red+Green+Blue) = 69+186+122=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BA7A is #BA4585. Grayscale: #8F8F8F. Windows color (decimal): -12207494 or 8043077. OLE color: 8043077.
HSL color Cylindrical-coordinate representation of color #45BA7A: hue angle of 147.18º 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 #45BA7A is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 122 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.27 |
| HSL | 147.18º | 0.46% | 0.5% | - |
| HSV(B) | 147.18º | 0.63% | 0.73% | - |
| XYZ | 23.53 | 37.79 | 24.47 | - |
| YUV | 143.72 | 115.74 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 122 | 0.63 | 0 | 0.34 | 0.27 | 147.18 | 0.46 | 0.5 |
| Hex | 45 | BA | 7A | 3F | 0 | 22 | 1B | 93 | 2E | 32 |
| Octal | 105 | 272 | 172 | 77 | 0 | 42 | 33 | 223 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1111010 | 111111 | 0 | 100010 | 11011 | 10010011 | 101110 | 110010 |
Color Harmonies of #45BA7A
Complementary color
Monochromatic Colors of #45BA7A
Black with #45BA7A
Text Example
Text Example
White with #45BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA7A; }
p { color: rgb(69,186,122); }
H1.HeaderClassName
{
color: #45BA7A;
}
.AnyTagClassName
{
color: #45BA7A;
}
</style>
background-color css
<style>
a { background-color: #45BA7A; }
a { background-color: rgb(69,186,122); }
div.DivClassName
{
background-color: #45BA7A;
}
.BgClassName
{
background-color: #45BA7A;
}
</style>
border-color css
<style>
span { border-color: #45BA7A; }
span { border-color: rgb(69,186,122); }
td.TdClassName
{
border-color: #45BA7A;
}
.TagClassName
{
border-color: #45BA7A;
}
</style>