Shades of Medium Sea Green #45BA7C
Tints of Medium Sea Green #45BA7C
RGB
CMYK
RGB Variations
Color information
#45BA7C (or 0x45BA7C) is known color: Medium Sea Green. HEX triplet: 45, BA and 7C. RGB value is (69,186,124). Sum of RGB (Red+Green+Blue) = 69+186+124=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BA7C is #BA4583. Grayscale: #909090. Windows color (decimal): -12207492 or 8174149. OLE color: 8174149.
HSL color Cylindrical-coordinate representation of color #45BA7C: hue angle of 148.21º 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 #45BA7C is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 124 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.27 |
| HSL | 148.21º | 0.46% | 0.5% | - |
| HSV(B) | 148.21º | 0.63% | 0.73% | - |
| XYZ | 23.65 | 37.84 | 25.13 | - |
| YUV | 143.95 | 116.74 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 124 | 0.63 | 0 | 0.33 | 0.27 | 148.21 | 0.46 | 0.5 |
| Hex | 45 | BA | 7C | 3F | 0 | 21 | 1B | 94 | 2E | 32 |
| Octal | 105 | 272 | 174 | 77 | 0 | 41 | 33 | 224 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1111100 | 111111 | 0 | 100001 | 11011 | 10010100 | 101110 | 110010 |
Color Harmonies of #45BA7C
Complementary color
Monochromatic Colors of #45BA7C
Black with #45BA7C
Text Example
Text Example
White with #45BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA7C; }
p { color: rgb(69,186,124); }
H1.HeaderClassName
{
color: #45BA7C;
}
.AnyTagClassName
{
color: #45BA7C;
}
</style>
background-color css
<style>
a { background-color: #45BA7C; }
a { background-color: rgb(69,186,124); }
div.DivClassName
{
background-color: #45BA7C;
}
.BgClassName
{
background-color: #45BA7C;
}
</style>
border-color css
<style>
span { border-color: #45BA7C; }
span { border-color: rgb(69,186,124); }
td.TdClassName
{
border-color: #45BA7C;
}
.TagClassName
{
border-color: #45BA7C;
}
</style>