Shades of Medium Sea Green #45B36C
Tints of Medium Sea Green #45B36C
RGB
CMYK
RGB Variations
Color information
#45B36C (or 0x45B36C) is known color: Medium Sea Green. HEX triplet: 45, B3 and 6C. RGB value is (69,179,108). Sum of RGB (Red+Green+Blue) = 69+179+108=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #45B36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B36C is #BA4C93. Grayscale: #8A8A8A. Windows color (decimal): -12209300 or 7123781. OLE color: 7123781.
HSL color Cylindrical-coordinate representation of color #45B36C: hue angle of 141.27º 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 #45B36C is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 179 | 108 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.30 |
| HSL | 141.27º | 0.44% | 0.49% | - |
| HSV(B) | 141.27º | 0.61% | 0.7% | - |
| XYZ | 21.28 | 34.59 | 19.74 | - |
| YUV | 138.02 | 111.06 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 179 | 108 | 0.61 | 0 | 0.40 | 0.30 | 141.27 | 0.44 | 0.49 |
| Hex | 45 | B3 | 6C | 3D | 0 | 28 | 1E | 8D | 2C | 31 |
| Octal | 105 | 263 | 154 | 75 | 0 | 50 | 36 | 215 | 54 | 61 |
| Binary | 1000101 | 10110011 | 1101100 | 111101 | 0 | 101000 | 11110 | 10001101 | 101100 | 110001 |
Color Harmonies of #45B36C
Complementary color
Monochromatic Colors of #45B36C
Black with #45B36C
Text Example
Text Example
White with #45B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B36C; }
p { color: rgb(69,179,108); }
H1.HeaderClassName
{
color: #45B36C;
}
.AnyTagClassName
{
color: #45B36C;
}
</style>
background-color css
<style>
a { background-color: #45B36C; }
a { background-color: rgb(69,179,108); }
div.DivClassName
{
background-color: #45B36C;
}
.BgClassName
{
background-color: #45B36C;
}
</style>
border-color css
<style>
span { border-color: #45B36C; }
span { border-color: rgb(69,179,108); }
td.TdClassName
{
border-color: #45B36C;
}
.TagClassName
{
border-color: #45B36C;
}
</style>