Shades of Medium Sea Green #45BC74
Tints of Medium Sea Green #45BC74
RGB
CMYK
RGB Variations
Color information
#45BC74 (or 0x45BC74) is known color: Medium Sea Green. HEX triplet: 45, BC and 74. RGB value is (69,188,116). Sum of RGB (Red+Green+Blue) = 69+188+116=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC74 is #BA438B. Grayscale: #909090. Windows color (decimal): -12206988 or 7650373. OLE color: 7650373.
HSL color Cylindrical-coordinate representation of color #45BC74: hue angle of 143.7º 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 #45BC74 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 116 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.26 |
| HSL | 143.7º | 0.47% | 0.5% | - |
| HSV(B) | 143.7º | 0.63% | 0.74% | - |
| XYZ | 23.59 | 38.49 | 22.71 | - |
| YUV | 144.21 | 112.08 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 116 | 0.63 | 0 | 0.38 | 0.26 | 143.7 | 0.47 | 0.5 |
| Hex | 45 | BC | 74 | 3F | 0 | 26 | 1A | 90 | 2F | 32 |
| Octal | 105 | 274 | 164 | 77 | 0 | 46 | 32 | 220 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1110100 | 111111 | 0 | 100110 | 11010 | 10010000 | 101111 | 110010 |
Color Harmonies of #45BC74
Complementary color
Monochromatic Colors of #45BC74
Black with #45BC74
Text Example
Text Example
White with #45BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC74; }
p { color: rgb(69,188,116); }
H1.HeaderClassName
{
color: #45BC74;
}
.AnyTagClassName
{
color: #45BC74;
}
</style>
background-color css
<style>
a { background-color: #45BC74; }
a { background-color: rgb(69,188,116); }
div.DivClassName
{
background-color: #45BC74;
}
.BgClassName
{
background-color: #45BC74;
}
</style>
border-color css
<style>
span { border-color: #45BC74; }
span { border-color: rgb(69,188,116); }
td.TdClassName
{
border-color: #45BC74;
}
.TagClassName
{
border-color: #45BC74;
}
</style>