Shades of Medium Sea Green #45B17D
Tints of Medium Sea Green #45B17D
RGB
CMYK
RGB Variations
Color information
#45B17D (or 0x45B17D) is known color: Medium Sea Green. HEX triplet: 45, B1 and 7D. RGB value is (69,177,125). Sum of RGB (Red+Green+Blue) = 69+177+125=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #45B17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B17D is #BA4E82. Grayscale: #8A8A8A. Windows color (decimal): -12209795 or 8237381. OLE color: 8237381.
HSL color Cylindrical-coordinate representation of color #45B17D: hue angle of 151.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B17D is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 177 | 125 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.31 |
| HSL | 151.11º | 0.44% | 0.48% | - |
| HSV(B) | 151.11º | 0.61% | 0.69% | - |
| XYZ | 21.88 | 34.19 | 24.85 | - |
| YUV | 138.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 177 | 125 | 0.61 | 0 | 0.29 | 0.31 | 151.11 | 0.44 | 0.48 |
| Hex | 45 | B1 | 7D | 3D | 0 | 1D | 1F | 97 | 2C | 30 |
| Octal | 105 | 261 | 175 | 75 | 0 | 35 | 37 | 227 | 54 | 60 |
| Binary | 1000101 | 10110001 | 1111101 | 111101 | 0 | 11101 | 11111 | 10010111 | 101100 | 110000 |
Color Harmonies of #45B17D
Complementary color
Monochromatic Colors of #45B17D
Black with #45B17D
Text Example
Text Example
White with #45B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B17D; }
p { color: rgb(69,177,125); }
H1.HeaderClassName
{
color: #45B17D;
}
.AnyTagClassName
{
color: #45B17D;
}
</style>
background-color css
<style>
a { background-color: #45B17D; }
a { background-color: rgb(69,177,125); }
div.DivClassName
{
background-color: #45B17D;
}
.BgClassName
{
background-color: #45B17D;
}
</style>
border-color css
<style>
span { border-color: #45B17D; }
span { border-color: rgb(69,177,125); }
td.TdClassName
{
border-color: #45B17D;
}
.TagClassName
{
border-color: #45B17D;
}
</style>