Shades of Medium Sea Green #45BB73
Tints of Medium Sea Green #45BB73
RGB
CMYK
RGB Variations
Color information
#45BB73 (or 0x45BB73) is known color: Medium Sea Green. HEX triplet: 45, BB and 73. RGB value is (69,187,115). Sum of RGB (Red+Green+Blue) = 69+187+115=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BB73 is #BA448C. Grayscale: #8F8F8F. Windows color (decimal): -12207245 or 7584581. OLE color: 7584581.
HSL color Cylindrical-coordinate representation of color #45BB73: hue angle of 143.39º 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 #45BB73 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 187 | 115 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.27 |
| HSL | 143.39º | 0.46% | 0.5% | - |
| HSV(B) | 143.39º | 0.63% | 0.73% | - |
| XYZ | 23.32 | 38.04 | 22.33 | - |
| YUV | 143.51 | 111.91 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 115 | 0.63 | 0 | 0.39 | 0.27 | 143.39 | 0.46 | 0.5 |
| Hex | 45 | BB | 73 | 3F | 0 | 27 | 1B | 8F | 2E | 32 |
| Octal | 105 | 273 | 163 | 77 | 0 | 47 | 33 | 217 | 56 | 62 |
| Binary | 1000101 | 10111011 | 1110011 | 111111 | 0 | 100111 | 11011 | 10001111 | 101110 | 110010 |
Color Harmonies of #45BB73
Complementary color
Monochromatic Colors of #45BB73
Black with #45BB73
Text Example
Text Example
White with #45BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BB73; }
p { color: rgb(69,187,115); }
H1.HeaderClassName
{
color: #45BB73;
}
.AnyTagClassName
{
color: #45BB73;
}
</style>
background-color css
<style>
a { background-color: #45BB73; }
a { background-color: rgb(69,187,115); }
div.DivClassName
{
background-color: #45BB73;
}
.BgClassName
{
background-color: #45BB73;
}
</style>
border-color css
<style>
span { border-color: #45BB73; }
span { border-color: rgb(69,187,115); }
td.TdClassName
{
border-color: #45BB73;
}
.TagClassName
{
border-color: #45BB73;
}
</style>