Shades of Medium Sea Green #45B978
Tints of Medium Sea Green #45B978
RGB
CMYK
RGB Variations
Color information
#45B978 (or 0x45B978) is known color: Medium Sea Green. HEX triplet: 45, B9 and 78. RGB value is (69,185,120). Sum of RGB (Red+Green+Blue) = 69+185+120=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #45B978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B978 is #BA4687. Grayscale: #8F8F8F. Windows color (decimal): -12207752 or 7911749. OLE color: 7911749.
HSL color Cylindrical-coordinate representation of color #45B978: hue angle of 146.38º 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 #45B978 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 185 | 120 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.27 |
| HSL | 146.38º | 0.46% | 0.5% | - |
| HSV(B) | 146.38º | 0.63% | 0.73% | - |
| XYZ | 23.19 | 37.32 | 23.75 | - |
| YUV | 142.91 | 115.07 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 185 | 120 | 0.63 | 0 | 0.35 | 0.27 | 146.38 | 0.46 | 0.5 |
| Hex | 45 | B9 | 78 | 3F | 0 | 23 | 1B | 92 | 2E | 32 |
| Octal | 105 | 271 | 170 | 77 | 0 | 43 | 33 | 222 | 56 | 62 |
| Binary | 1000101 | 10111001 | 1111000 | 111111 | 0 | 100011 | 11011 | 10010010 | 101110 | 110010 |
Color Harmonies of #45B978
Complementary color
Monochromatic Colors of #45B978
Black with #45B978
Text Example
Text Example
White with #45B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B978; }
p { color: rgb(69,185,120); }
H1.HeaderClassName
{
color: #45B978;
}
.AnyTagClassName
{
color: #45B978;
}
</style>
background-color css
<style>
a { background-color: #45B978; }
a { background-color: rgb(69,185,120); }
div.DivClassName
{
background-color: #45B978;
}
.BgClassName
{
background-color: #45B978;
}
</style>
border-color css
<style>
span { border-color: #45B978; }
span { border-color: rgb(69,185,120); }
td.TdClassName
{
border-color: #45B978;
}
.TagClassName
{
border-color: #45B978;
}
</style>