Shades of Medium Sea Green #45BE74
Tints of Medium Sea Green #45BE74
RGB
CMYK
RGB Variations
Color information
#45BE74 (or 0x45BE74) is known color: Medium Sea Green. HEX triplet: 45, BE and 74. RGB value is (69,190,116). Sum of RGB (Red+Green+Blue) = 69+190+116=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE74 is #BA418B. Grayscale: #919191. Windows color (decimal): -12206476 or 7650885. OLE color: 7650885.
HSL color Cylindrical-coordinate representation of color #45BE74: hue angle of 143.31º 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 #45BE74 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 116 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.25 |
| HSL | 143.31º | 0.48% | 0.51% | - |
| HSV(B) | 143.31º | 0.64% | 0.75% | - |
| XYZ | 24.02 | 39.35 | 22.85 | - |
| YUV | 145.39 | 111.41 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 116 | 0.64 | 0 | 0.39 | 0.25 | 143.31 | 0.48 | 0.51 |
| Hex | 45 | BE | 74 | 40 | 0 | 27 | 19 | 8F | 30 | 33 |
| Octal | 105 | 276 | 164 | 100 | 0 | 47 | 31 | 217 | 60 | 63 |
| Binary | 1000101 | 10111110 | 1110100 | 1000000 | 0 | 100111 | 11001 | 10001111 | 110000 | 110011 |
Color Harmonies of #45BE74
Complementary color
Monochromatic Colors of #45BE74
Black with #45BE74
Text Example
Text Example
White with #45BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BE74; }
p { color: rgb(69,190,116); }
H1.HeaderClassName
{
color: #45BE74;
}
.AnyTagClassName
{
color: #45BE74;
}
</style>
background-color css
<style>
a { background-color: #45BE74; }
a { background-color: rgb(69,190,116); }
div.DivClassName
{
background-color: #45BE74;
}
.BgClassName
{
background-color: #45BE74;
}
</style>
border-color css
<style>
span { border-color: #45BE74; }
span { border-color: rgb(69,190,116); }
td.TdClassName
{
border-color: #45BE74;
}
.TagClassName
{
border-color: #45BE74;
}
</style>