Shades of Medium Sea Green #45B076
Tints of Medium Sea Green #45B076
RGB
CMYK
RGB Variations
Color information
#45B076 (or 0x45B076) is known color: Medium Sea Green. HEX triplet: 45, B0 and 76. RGB value is (69,176,118). Sum of RGB (Red+Green+Blue) = 69+176+118=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #45B076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B076 is #BA4F89. Grayscale: #898989. Windows color (decimal): -12210058 or 7778373. OLE color: 7778373.
HSL color Cylindrical-coordinate representation of color #45B076: hue angle of 147.48º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B076 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 176 | 118 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.31 |
| HSL | 147.48º | 0.44% | 0.48% | - |
| HSV(B) | 147.48º | 0.61% | 0.69% | - |
| XYZ | 21.25 | 33.62 | 22.51 | - |
| YUV | 137.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 176 | 118 | 0.61 | 0 | 0.33 | 0.31 | 147.48 | 0.44 | 0.48 |
| Hex | 45 | B0 | 76 | 3D | 0 | 21 | 1F | 93 | 2C | 30 |
| Octal | 105 | 260 | 166 | 75 | 0 | 41 | 37 | 223 | 54 | 60 |
| Binary | 1000101 | 10110000 | 1110110 | 111101 | 0 | 100001 | 11111 | 10010011 | 101100 | 110000 |
Color Harmonies of #45B076
Complementary color
Monochromatic Colors of #45B076
Black with #45B076
Text Example
Text Example
White with #45B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B076; }
p { color: rgb(69,176,118); }
H1.HeaderClassName
{
color: #45B076;
}
.AnyTagClassName
{
color: #45B076;
}
</style>
background-color css
<style>
a { background-color: #45B076; }
a { background-color: rgb(69,176,118); }
div.DivClassName
{
background-color: #45B076;
}
.BgClassName
{
background-color: #45B076;
}
</style>
border-color css
<style>
span { border-color: #45B076; }
span { border-color: rgb(69,176,118); }
td.TdClassName
{
border-color: #45B076;
}
.TagClassName
{
border-color: #45B076;
}
</style>