Shades of Medium Sea Green #45BA74
Tints of Medium Sea Green #45BA74
RGB
CMYK
RGB Variations
Color information
#45BA74 (or 0x45BA74) is known color: Medium Sea Green. HEX triplet: 45, BA and 74. RGB value is (69,186,116). Sum of RGB (Red+Green+Blue) = 69+186+116=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BA74 is #BA458B. Grayscale: #8F8F8F. Windows color (decimal): -12207500 or 7649861. OLE color: 7649861.
HSL color Cylindrical-coordinate representation of color #45BA74: hue angle of 144.1º 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 #45BA74 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 116 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.27 |
| HSL | 144.1º | 0.46% | 0.5% | - |
| HSV(B) | 144.1º | 0.63% | 0.73% | - |
| XYZ | 23.17 | 37.64 | 22.57 | - |
| YUV | 143.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 116 | 0.63 | 0 | 0.38 | 0.27 | 144.1 | 0.46 | 0.5 |
| Hex | 45 | BA | 74 | 3F | 0 | 26 | 1B | 90 | 2E | 32 |
| Octal | 105 | 272 | 164 | 77 | 0 | 46 | 33 | 220 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1110100 | 111111 | 0 | 100110 | 11011 | 10010000 | 101110 | 110010 |
Color Harmonies of #45BA74
Complementary color
Monochromatic Colors of #45BA74
Black with #45BA74
Text Example
Text Example
White with #45BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA74; }
p { color: rgb(69,186,116); }
H1.HeaderClassName
{
color: #45BA74;
}
.AnyTagClassName
{
color: #45BA74;
}
</style>
background-color css
<style>
a { background-color: #45BA74; }
a { background-color: rgb(69,186,116); }
div.DivClassName
{
background-color: #45BA74;
}
.BgClassName
{
background-color: #45BA74;
}
</style>
border-color css
<style>
span { border-color: #45BA74; }
span { border-color: rgb(69,186,116); }
td.TdClassName
{
border-color: #45BA74;
}
.TagClassName
{
border-color: #45BA74;
}
</style>