Shades of Medium Sea Green #45BC64
Tints of Medium Sea Green #45BC64
RGB
CMYK
RGB Variations
Color information
#45BC64 (or 0x45BC64) is known color: Medium Sea Green. HEX triplet: 45, BC and 64. RGB value is (69,188,100). Sum of RGB (Red+Green+Blue) = 69+188+100=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC64 is #BA439B. Grayscale: #8E8E8E. Windows color (decimal): -12207004 or 6601797. OLE color: 6601797.
HSL color Cylindrical-coordinate representation of color #45BC64: hue angle of 135.63º 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 #45BC64 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 100 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.26 |
| HSL | 135.63º | 0.47% | 0.5% | - |
| HSV(B) | 135.63º | 0.63% | 0.74% | - |
| XYZ | 22.74 | 38.15 | 18.22 | - |
| YUV | 142.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 100 | 0.63 | 0 | 0.47 | 0.26 | 135.63 | 0.47 | 0.5 |
| Hex | 45 | BC | 64 | 3F | 0 | 2F | 1A | 88 | 2F | 32 |
| Octal | 105 | 274 | 144 | 77 | 0 | 57 | 32 | 210 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1100100 | 111111 | 0 | 101111 | 11010 | 10001000 | 101111 | 110010 |
Color Harmonies of #45BC64
Complementary color
Monochromatic Colors of #45BC64
Black with #45BC64
Text Example
Text Example
White with #45BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC64; }
p { color: rgb(69,188,100); }
H1.HeaderClassName
{
color: #45BC64;
}
.AnyTagClassName
{
color: #45BC64;
}
</style>
background-color css
<style>
a { background-color: #45BC64; }
a { background-color: rgb(69,188,100); }
div.DivClassName
{
background-color: #45BC64;
}
.BgClassName
{
background-color: #45BC64;
}
</style>
border-color css
<style>
span { border-color: #45BC64; }
span { border-color: rgb(69,188,100); }
td.TdClassName
{
border-color: #45BC64;
}
.TagClassName
{
border-color: #45BC64;
}
</style>