Shades of Medium Sea Green #45B278
Tints of Medium Sea Green #45B278
RGB
CMYK
RGB Variations
Color information
#45B278 (or 0x45B278) is known color: Medium Sea Green. HEX triplet: 45, B2 and 78. RGB value is (69,178,120). Sum of RGB (Red+Green+Blue) = 69+178+120=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #45B278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B278 is #BA4D87. Grayscale: #8A8A8A. Windows color (decimal): -12209544 or 7909957. OLE color: 7909957.
HSL color Cylindrical-coordinate representation of color #45B278: hue angle of 148.07º 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 #45B278 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 178 | 120 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.30 |
| HSL | 148.07º | 0.44% | 0.48% | - |
| HSV(B) | 148.07º | 0.61% | 0.7% | - |
| XYZ | 21.76 | 34.46 | 23.27 | - |
| YUV | 138.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 178 | 120 | 0.61 | 0 | 0.33 | 0.30 | 148.07 | 0.44 | 0.48 |
| Hex | 45 | B2 | 78 | 3D | 0 | 21 | 1E | 94 | 2C | 30 |
| Octal | 105 | 262 | 170 | 75 | 0 | 41 | 36 | 224 | 54 | 60 |
| Binary | 1000101 | 10110010 | 1111000 | 111101 | 0 | 100001 | 11110 | 10010100 | 101100 | 110000 |
Color Harmonies of #45B278
Complementary color
Monochromatic Colors of #45B278
Black with #45B278
Text Example
Text Example
White with #45B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B278; }
p { color: rgb(69,178,120); }
H1.HeaderClassName
{
color: #45B278;
}
.AnyTagClassName
{
color: #45B278;
}
</style>
background-color css
<style>
a { background-color: #45B278; }
a { background-color: rgb(69,178,120); }
div.DivClassName
{
background-color: #45B278;
}
.BgClassName
{
background-color: #45B278;
}
</style>
border-color css
<style>
span { border-color: #45B278; }
span { border-color: rgb(69,178,120); }
td.TdClassName
{
border-color: #45B278;
}
.TagClassName
{
border-color: #45B278;
}
</style>