Shades of Medium Sea Green #45BE65
Tints of Medium Sea Green #45BE65
RGB
CMYK
RGB Variations
Color information
#45BE65 (or 0x45BE65) is known color: Medium Sea Green. HEX triplet: 45, BE and 65. RGB value is (69,190,101). Sum of RGB (Red+Green+Blue) = 69+190+101=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE65 is #BA419A. Grayscale: #8F8F8F. Windows color (decimal): -12206491 or 6667845. OLE color: 6667845.
HSL color Cylindrical-coordinate representation of color #45BE65: hue angle of 135.87º 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 #45BE65 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 101 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.25 |
| HSL | 135.87º | 0.48% | 0.51% | - |
| HSV(B) | 135.87º | 0.64% | 0.75% | - |
| XYZ | 23.22 | 39.03 | 18.62 | - |
| YUV | 143.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 101 | 0.64 | 0 | 0.47 | 0.25 | 135.87 | 0.48 | 0.51 |
| Hex | 45 | BE | 65 | 40 | 0 | 2F | 19 | 88 | 30 | 33 |
| Octal | 105 | 276 | 145 | 100 | 0 | 57 | 31 | 210 | 60 | 63 |
| Binary | 1000101 | 10111110 | 1100101 | 1000000 | 0 | 101111 | 11001 | 10001000 | 110000 | 110011 |
Color Harmonies of #45BE65
Complementary color
Monochromatic Colors of #45BE65
Black with #45BE65
Text Example
Text Example
White with #45BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BE65; }
p { color: rgb(69,190,101); }
H1.HeaderClassName
{
color: #45BE65;
}
.AnyTagClassName
{
color: #45BE65;
}
</style>
background-color css
<style>
a { background-color: #45BE65; }
a { background-color: rgb(69,190,101); }
div.DivClassName
{
background-color: #45BE65;
}
.BgClassName
{
background-color: #45BE65;
}
</style>
border-color css
<style>
span { border-color: #45BE65; }
span { border-color: rgb(69,190,101); }
td.TdClassName
{
border-color: #45BE65;
}
.TagClassName
{
border-color: #45BE65;
}
</style>