Shades of Medium Sea Green #45BD7B
Tints of Medium Sea Green #45BD7B
RGB
CMYK
RGB Variations
Color information
#45BD7B (or 0x45BD7B) is known color: Medium Sea Green. HEX triplet: 45, BD and 7B. RGB value is (69,189,123). Sum of RGB (Red+Green+Blue) = 69+189+123=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BD7B is #BA4284. Grayscale: #919191. Windows color (decimal): -12206725 or 8109381. OLE color: 8109381.
HSL color Cylindrical-coordinate representation of color #45BD7B: hue angle of 147º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BD7B is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 189 | 123 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.26 |
| HSL | 147º | 0.48% | 0.51% | - |
| HSV(B) | 147º | 0.63% | 0.74% | - |
| XYZ | 24.23 | 39.09 | 25.01 | - |
| YUV | 145.6 | 115.24 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 189 | 123 | 0.63 | 0 | 0.35 | 0.26 | 147 | 0.48 | 0.51 |
| Hex | 45 | BD | 7B | 3F | 0 | 23 | 1A | 93 | 30 | 33 |
| Octal | 105 | 275 | 173 | 77 | 0 | 43 | 32 | 223 | 60 | 63 |
| Binary | 1000101 | 10111101 | 1111011 | 111111 | 0 | 100011 | 11010 | 10010011 | 110000 | 110011 |
Color Harmonies of #45BD7B
Complementary color
Monochromatic Colors of #45BD7B
Black with #45BD7B
Text Example
Text Example
White with #45BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BD7B; }
p { color: rgb(69,189,123); }
H1.HeaderClassName
{
color: #45BD7B;
}
.AnyTagClassName
{
color: #45BD7B;
}
</style>
background-color css
<style>
a { background-color: #45BD7B; }
a { background-color: rgb(69,189,123); }
div.DivClassName
{
background-color: #45BD7B;
}
.BgClassName
{
background-color: #45BD7B;
}
</style>
border-color css
<style>
span { border-color: #45BD7B; }
span { border-color: rgb(69,189,123); }
td.TdClassName
{
border-color: #45BD7B;
}
.TagClassName
{
border-color: #45BD7B;
}
</style>