Shades of Medium Sea Green #45B47C
Tints of Medium Sea Green #45B47C
RGB
CMYK
RGB Variations
Color information
#45B47C (or 0x45B47C) is known color: Medium Sea Green. HEX triplet: 45, B4 and 7C. RGB value is (69,180,124). Sum of RGB (Red+Green+Blue) = 69+180+124=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #45B47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B47C is #BA4B83. Grayscale: #8C8C8C. Windows color (decimal): -12209028 or 8172613. OLE color: 8172613.
HSL color Cylindrical-coordinate representation of color #45B47C: hue angle of 149.73º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B47C is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 180 | 124 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.29 |
| HSL | 149.73º | 0.45% | 0.49% | - |
| HSV(B) | 149.73º | 0.62% | 0.71% | - |
| XYZ | 22.41 | 35.36 | 24.71 | - |
| YUV | 140.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 180 | 124 | 0.62 | 0 | 0.31 | 0.29 | 149.73 | 0.45 | 0.49 |
| Hex | 45 | B4 | 7C | 3E | 0 | 1F | 1D | 96 | 2D | 31 |
| Octal | 105 | 264 | 174 | 76 | 0 | 37 | 35 | 226 | 55 | 61 |
| Binary | 1000101 | 10110100 | 1111100 | 111110 | 0 | 11111 | 11101 | 10010110 | 101101 | 110001 |
Color Harmonies of #45B47C
Complementary color
Monochromatic Colors of #45B47C
Black with #45B47C
Text Example
Text Example
White with #45B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B47C; }
p { color: rgb(69,180,124); }
H1.HeaderClassName
{
color: #45B47C;
}
.AnyTagClassName
{
color: #45B47C;
}
</style>
background-color css
<style>
a { background-color: #45B47C; }
a { background-color: rgb(69,180,124); }
div.DivClassName
{
background-color: #45B47C;
}
.BgClassName
{
background-color: #45B47C;
}
</style>
border-color css
<style>
span { border-color: #45B47C; }
span { border-color: rgb(69,180,124); }
td.TdClassName
{
border-color: #45B47C;
}
.TagClassName
{
border-color: #45B47C;
}
</style>