Shades of Medium Sea Green #45B26C
Tints of Medium Sea Green #45B26C
RGB
CMYK
RGB Variations
Color information
#45B26C (or 0x45B26C) is known color: Medium Sea Green. HEX triplet: 45, B2 and 6C. RGB value is (69,178,108). Sum of RGB (Red+Green+Blue) = 69+178+108=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #45B26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B26C is #BA4D93. Grayscale: #898989. Windows color (decimal): -12209556 or 7123525. OLE color: 7123525.
HSL color Cylindrical-coordinate representation of color #45B26C: hue angle of 141.47º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B26C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 178 | 108 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.30 |
| HSL | 141.47º | 0.44% | 0.48% | - |
| HSV(B) | 141.47º | 0.61% | 0.7% | - |
| XYZ | 21.08 | 34.19 | 19.68 | - |
| YUV | 137.43 | 111.39 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 178 | 108 | 0.61 | 0 | 0.39 | 0.30 | 141.47 | 0.44 | 0.48 |
| Hex | 45 | B2 | 6C | 3D | 0 | 27 | 1E | 8D | 2C | 30 |
| Octal | 105 | 262 | 154 | 75 | 0 | 47 | 36 | 215 | 54 | 60 |
| Binary | 1000101 | 10110010 | 1101100 | 111101 | 0 | 100111 | 11110 | 10001101 | 101100 | 110000 |
Color Harmonies of #45B26C
Complementary color
Monochromatic Colors of #45B26C
Black with #45B26C
Text Example
Text Example
White with #45B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B26C; }
p { color: rgb(69,178,108); }
H1.HeaderClassName
{
color: #45B26C;
}
.AnyTagClassName
{
color: #45B26C;
}
</style>
background-color css
<style>
a { background-color: #45B26C; }
a { background-color: rgb(69,178,108); }
div.DivClassName
{
background-color: #45B26C;
}
.BgClassName
{
background-color: #45B26C;
}
</style>
border-color css
<style>
span { border-color: #45B26C; }
span { border-color: rgb(69,178,108); }
td.TdClassName
{
border-color: #45B26C;
}
.TagClassName
{
border-color: #45B26C;
}
</style>