Shades of Medium Sea Green #45BC70
Tints of Medium Sea Green #45BC70
RGB
CMYK
RGB Variations
Color information
#45BC70 (or 0x45BC70) is known color: Medium Sea Green. HEX triplet: 45, BC and 70. RGB value is (69,188,112). Sum of RGB (Red+Green+Blue) = 69+188+112=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC70 is #BA438F. Grayscale: #8F8F8F. Windows color (decimal): -12206992 or 7388229. OLE color: 7388229.
HSL color Cylindrical-coordinate representation of color #45BC70: hue angle of 141.68º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BC70 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 112 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.26 |
| HSL | 141.68º | 0.47% | 0.5% | - |
| HSV(B) | 141.68º | 0.63% | 0.74% | - |
| XYZ | 23.36 | 38.4 | 21.51 | - |
| YUV | 143.76 | 110.08 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 112 | 0.63 | 0 | 0.40 | 0.26 | 141.68 | 0.47 | 0.5 |
| Hex | 45 | BC | 70 | 3F | 0 | 28 | 1A | 8E | 2F | 32 |
| Octal | 105 | 274 | 160 | 77 | 0 | 50 | 32 | 216 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1110000 | 111111 | 0 | 101000 | 11010 | 10001110 | 101111 | 110010 |
Color Harmonies of #45BC70
Complementary color
Monochromatic Colors of #45BC70
Black with #45BC70
Text Example
Text Example
White with #45BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC70; }
p { color: rgb(69,188,112); }
H1.HeaderClassName
{
color: #45BC70;
}
.AnyTagClassName
{
color: #45BC70;
}
</style>
background-color css
<style>
a { background-color: #45BC70; }
a { background-color: rgb(69,188,112); }
div.DivClassName
{
background-color: #45BC70;
}
.BgClassName
{
background-color: #45BC70;
}
</style>
border-color css
<style>
span { border-color: #45BC70; }
span { border-color: rgb(69,188,112); }
td.TdClassName
{
border-color: #45BC70;
}
.TagClassName
{
border-color: #45BC70;
}
</style>