Shades of Medium Sea Green #45B385
Tints of Medium Sea Green #45B385
RGB
CMYK
RGB Variations
Color information
#45B385 (or 0x45B385) is known color: Medium Sea Green. HEX triplet: 45, B3 and 85. RGB value is (69,179,133). Sum of RGB (Red+Green+Blue) = 69+179+133=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #45B385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B385 is #BA4C7A. Grayscale: #8C8C8C. Windows color (decimal): -12209275 or 8762181. OLE color: 8762181.
HSL color Cylindrical-coordinate representation of color #45B385: hue angle of 154.91º 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 #45B385 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 179 | 133 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.30 |
| HSL | 154.91º | 0.44% | 0.49% | - |
| HSV(B) | 154.91º | 0.61% | 0.7% | - |
| XYZ | 22.81 | 35.2 | 27.78 | - |
| YUV | 140.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 179 | 133 | 0.61 | 0 | 0.26 | 0.30 | 154.91 | 0.44 | 0.49 |
| Hex | 45 | B3 | 85 | 3D | 0 | 1A | 1E | 9B | 2C | 31 |
| Octal | 105 | 263 | 205 | 75 | 0 | 32 | 36 | 233 | 54 | 61 |
| Binary | 1000101 | 10110011 | 10000101 | 111101 | 0 | 11010 | 11110 | 10011011 | 101100 | 110001 |
Color Harmonies of #45B385
Complementary color
Monochromatic Colors of #45B385
Black with #45B385
Text Example
Text Example
White with #45B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B385; }
p { color: rgb(69,179,133); }
H1.HeaderClassName
{
color: #45B385;
}
.AnyTagClassName
{
color: #45B385;
}
</style>
background-color css
<style>
a { background-color: #45B385; }
a { background-color: rgb(69,179,133); }
div.DivClassName
{
background-color: #45B385;
}
.BgClassName
{
background-color: #45B385;
}
</style>
border-color css
<style>
span { border-color: #45B385; }
span { border-color: rgb(69,179,133); }
td.TdClassName
{
border-color: #45B385;
}
.TagClassName
{
border-color: #45B385;
}
</style>