Shades of Medium Sea Green #45BC88
Tints of Medium Sea Green #45BC88
RGB
CMYK
RGB Variations
Color information
#45BC88 (or 0x45BC88) is known color: Medium Sea Green. HEX triplet: 45, BC and 88. RGB value is (69,188,136). Sum of RGB (Red+Green+Blue) = 69+188+136=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BC88 is #BA4377. Grayscale: #929292. Windows color (decimal): -12206968 or 8961093. OLE color: 8961093.
HSL color Cylindrical-coordinate representation of color #45BC88: hue angle of 153.78º 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 #45BC88 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 136 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.26 |
| HSL | 153.78º | 0.47% | 0.5% | - |
| HSV(B) | 153.78º | 0.63% | 0.74% | - |
| XYZ | 24.88 | 39.01 | 29.51 | - |
| YUV | 146.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 136 | 0.63 | 0 | 0.28 | 0.26 | 153.78 | 0.47 | 0.5 |
| Hex | 45 | BC | 88 | 3F | 0 | 1C | 1A | 9A | 2F | 32 |
| Octal | 105 | 274 | 210 | 77 | 0 | 34 | 32 | 232 | 57 | 62 |
| Binary | 1000101 | 10111100 | 10001000 | 111111 | 0 | 11100 | 11010 | 10011010 | 101111 | 110010 |
Color Harmonies of #45BC88
Complementary color
Monochromatic Colors of #45BC88
Black with #45BC88
Text Example
Text Example
White with #45BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC88; }
p { color: rgb(69,188,136); }
H1.HeaderClassName
{
color: #45BC88;
}
.AnyTagClassName
{
color: #45BC88;
}
</style>
background-color css
<style>
a { background-color: #45BC88; }
a { background-color: rgb(69,188,136); }
div.DivClassName
{
background-color: #45BC88;
}
.BgClassName
{
background-color: #45BC88;
}
</style>
border-color css
<style>
span { border-color: #45BC88; }
span { border-color: rgb(69,188,136); }
td.TdClassName
{
border-color: #45BC88;
}
.TagClassName
{
border-color: #45BC88;
}
</style>