Shades of Medium Sea Green #45B386
Tints of Medium Sea Green #45B386
RGB
CMYK
RGB Variations
Color information
#45B386 (or 0x45B386) is known color: Medium Sea Green. HEX triplet: 45, B3 and 86. RGB value is (69,179,134). Sum of RGB (Red+Green+Blue) = 69+179+134=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #45B386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B386 is #BA4C79. Grayscale: #8D8D8D. Windows color (decimal): -12209274 or 8827717. OLE color: 8827717.
HSL color Cylindrical-coordinate representation of color #45B386: hue angle of 155.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B386 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 179 | 134 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.30 |
| HSL | 155.45º | 0.44% | 0.49% | - |
| HSV(B) | 155.45º | 0.61% | 0.7% | - |
| XYZ | 22.88 | 35.23 | 28.15 | - |
| YUV | 140.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 179 | 134 | 0.61 | 0 | 0.25 | 0.30 | 155.45 | 0.44 | 0.49 |
| Hex | 45 | B3 | 86 | 3D | 0 | 19 | 1E | 9B | 2C | 31 |
| Octal | 105 | 263 | 206 | 75 | 0 | 31 | 36 | 233 | 54 | 61 |
| Binary | 1000101 | 10110011 | 10000110 | 111101 | 0 | 11001 | 11110 | 10011011 | 101100 | 110001 |
Color Harmonies of #45B386
Complementary color
Monochromatic Colors of #45B386
Black with #45B386
Text Example
Text Example
White with #45B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B386; }
p { color: rgb(69,179,134); }
H1.HeaderClassName
{
color: #45B386;
}
.AnyTagClassName
{
color: #45B386;
}
</style>
background-color css
<style>
a { background-color: #45B386; }
a { background-color: rgb(69,179,134); }
div.DivClassName
{
background-color: #45B386;
}
.BgClassName
{
background-color: #45B386;
}
</style>
border-color css
<style>
span { border-color: #45B386; }
span { border-color: rgb(69,179,134); }
td.TdClassName
{
border-color: #45B386;
}
.TagClassName
{
border-color: #45B386;
}
</style>