Shades of Medium Sea Green #45BE70
Tints of Medium Sea Green #45BE70
RGB
CMYK
RGB Variations
Color information
#45BE70 (or 0x45BE70) is known color: Medium Sea Green. HEX triplet: 45, BE and 70. RGB value is (69,190,112). Sum of RGB (Red+Green+Blue) = 69+190+112=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE70 is #BA418F. Grayscale: #919191. Windows color (decimal): -12206480 or 7388741. OLE color: 7388741.
HSL color Cylindrical-coordinate representation of color #45BE70: hue angle of 141.32º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BE70 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 112 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.25 |
| HSL | 141.32º | 0.48% | 0.51% | - |
| HSV(B) | 141.32º | 0.64% | 0.75% | - |
| XYZ | 23.79 | 39.26 | 21.65 | - |
| YUV | 144.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 112 | 0.64 | 0 | 0.41 | 0.25 | 141.32 | 0.48 | 0.51 |
| Hex | 45 | BE | 70 | 40 | 0 | 29 | 19 | 8D | 30 | 33 |
| Octal | 105 | 276 | 160 | 100 | 0 | 51 | 31 | 215 | 60 | 63 |
| Binary | 1000101 | 10111110 | 1110000 | 1000000 | 0 | 101001 | 11001 | 10001101 | 110000 | 110011 |
Color Harmonies of #45BE70
Complementary color
Monochromatic Colors of #45BE70
Black with #45BE70
Text Example
Text Example
White with #45BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BE70; }
p { color: rgb(69,190,112); }
H1.HeaderClassName
{
color: #45BE70;
}
.AnyTagClassName
{
color: #45BE70;
}
</style>
background-color css
<style>
a { background-color: #45BE70; }
a { background-color: rgb(69,190,112); }
div.DivClassName
{
background-color: #45BE70;
}
.BgClassName
{
background-color: #45BE70;
}
</style>
border-color css
<style>
span { border-color: #45BE70; }
span { border-color: rgb(69,190,112); }
td.TdClassName
{
border-color: #45BE70;
}
.TagClassName
{
border-color: #45BE70;
}
</style>