Shades of Medium Sea Green #45B281
Tints of Medium Sea Green #45B281
RGB
CMYK
RGB Variations
Color information
#45B281 (or 0x45B281) is known color: Medium Sea Green. HEX triplet: 45, B2 and 81. RGB value is (69,178,129). Sum of RGB (Red+Green+Blue) = 69+178+129=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #45B281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B281 is #BA4D7E. Grayscale: #8B8B8B. Windows color (decimal): -12209535 or 8499781. OLE color: 8499781.
HSL color Cylindrical-coordinate representation of color #45B281: hue angle of 153.03º 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 #45B281 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 178 | 129 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.30 |
| HSL | 153.03º | 0.44% | 0.48% | - |
| HSV(B) | 153.03º | 0.61% | 0.7% | - |
| XYZ | 22.34 | 34.69 | 26.29 | - |
| YUV | 139.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 178 | 129 | 0.61 | 0 | 0.28 | 0.30 | 153.03 | 0.44 | 0.48 |
| Hex | 45 | B2 | 81 | 3D | 0 | 1C | 1E | 99 | 2C | 30 |
| Octal | 105 | 262 | 201 | 75 | 0 | 34 | 36 | 231 | 54 | 60 |
| Binary | 1000101 | 10110010 | 10000001 | 111101 | 0 | 11100 | 11110 | 10011001 | 101100 | 110000 |
Color Harmonies of #45B281
Complementary color
Monochromatic Colors of #45B281
Black with #45B281
Text Example
Text Example
White with #45B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B281; }
p { color: rgb(69,178,129); }
H1.HeaderClassName
{
color: #45B281;
}
.AnyTagClassName
{
color: #45B281;
}
</style>
background-color css
<style>
a { background-color: #45B281; }
a { background-color: rgb(69,178,129); }
div.DivClassName
{
background-color: #45B281;
}
.BgClassName
{
background-color: #45B281;
}
</style>
border-color css
<style>
span { border-color: #45B281; }
span { border-color: rgb(69,178,129); }
td.TdClassName
{
border-color: #45B281;
}
.TagClassName
{
border-color: #45B281;
}
</style>