Shades of Medium Sea Green #45BC7B
Tints of Medium Sea Green #45BC7B
RGB
CMYK
RGB Variations
Color information
#45BC7B (or 0x45BC7B) is known color: Medium Sea Green. HEX triplet: 45, BC and 7B. RGB value is (69,188,123). Sum of RGB (Red+Green+Blue) = 69+188+123=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC7B is #BA4384. Grayscale: #919191. Windows color (decimal): -12206981 or 8109125. OLE color: 8109125.
HSL color Cylindrical-coordinate representation of color #45BC7B: hue angle of 147.23º 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 #45BC7B is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 123 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.26 |
| HSL | 147.23º | 0.47% | 0.5% | - |
| HSV(B) | 147.23º | 0.63% | 0.74% | - |
| XYZ | 24.01 | 38.66 | 24.94 | - |
| YUV | 145.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 123 | 0.63 | 0 | 0.35 | 0.26 | 147.23 | 0.47 | 0.5 |
| Hex | 45 | BC | 7B | 3F | 0 | 23 | 1A | 93 | 2F | 32 |
| Octal | 105 | 274 | 173 | 77 | 0 | 43 | 32 | 223 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1111011 | 111111 | 0 | 100011 | 11010 | 10010011 | 101111 | 110010 |
Color Harmonies of #45BC7B
Complementary color
Monochromatic Colors of #45BC7B
Black with #45BC7B
Text Example
Text Example
White with #45BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC7B; }
p { color: rgb(69,188,123); }
H1.HeaderClassName
{
color: #45BC7B;
}
.AnyTagClassName
{
color: #45BC7B;
}
</style>
background-color css
<style>
a { background-color: #45BC7B; }
a { background-color: rgb(69,188,123); }
div.DivClassName
{
background-color: #45BC7B;
}
.BgClassName
{
background-color: #45BC7B;
}
</style>
border-color css
<style>
span { border-color: #45BC7B; }
span { border-color: rgb(69,188,123); }
td.TdClassName
{
border-color: #45BC7B;
}
.TagClassName
{
border-color: #45BC7B;
}
</style>