Shades of Medium Sea Green #45B977
Tints of Medium Sea Green #45B977
RGB
CMYK
RGB Variations
Color information
#45B977 (or 0x45B977) is known color: Medium Sea Green. HEX triplet: 45, B9 and 77. RGB value is (69,185,119). Sum of RGB (Red+Green+Blue) = 69+185+119=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #45B977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B977 is #BA4688. Grayscale: #8E8E8E. Windows color (decimal): -12207753 or 7846213. OLE color: 7846213.
HSL color Cylindrical-coordinate representation of color #45B977: hue angle of 145.86º 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 #45B977 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 185 | 119 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.27 |
| HSL | 145.86º | 0.46% | 0.5% | - |
| HSV(B) | 145.86º | 0.63% | 0.73% | - |
| XYZ | 23.13 | 37.3 | 23.43 | - |
| YUV | 142.79 | 114.57 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 185 | 119 | 0.63 | 0 | 0.36 | 0.27 | 145.86 | 0.46 | 0.5 |
| Hex | 45 | B9 | 77 | 3F | 0 | 24 | 1B | 92 | 2E | 32 |
| Octal | 105 | 271 | 167 | 77 | 0 | 44 | 33 | 222 | 56 | 62 |
| Binary | 1000101 | 10111001 | 1110111 | 111111 | 0 | 100100 | 11011 | 10010010 | 101110 | 110010 |
Color Harmonies of #45B977
Complementary color
Monochromatic Colors of #45B977
Black with #45B977
Text Example
Text Example
White with #45B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B977; }
p { color: rgb(69,185,119); }
H1.HeaderClassName
{
color: #45B977;
}
.AnyTagClassName
{
color: #45B977;
}
</style>
background-color css
<style>
a { background-color: #45B977; }
a { background-color: rgb(69,185,119); }
div.DivClassName
{
background-color: #45B977;
}
.BgClassName
{
background-color: #45B977;
}
</style>
border-color css
<style>
span { border-color: #45B977; }
span { border-color: rgb(69,185,119); }
td.TdClassName
{
border-color: #45B977;
}
.TagClassName
{
border-color: #45B977;
}
</style>