Shades of Medium Sea Green #45B16F
Tints of Medium Sea Green #45B16F
RGB
CMYK
RGB Variations
Color information
#45B16F (or 0x45B16F) is known color: Medium Sea Green. HEX triplet: 45, B1 and 6F. RGB value is (69,177,111). Sum of RGB (Red+Green+Blue) = 69+177+111=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #45B16F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B16F is #BA4E90. Grayscale: #898989. Windows color (decimal): -12209809 or 7319877. OLE color: 7319877.
HSL color Cylindrical-coordinate representation of color #45B16F: hue angle of 143.33º 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 #45B16F is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 177 | 111 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.31 |
| HSL | 143.33º | 0.44% | 0.48% | - |
| HSV(B) | 143.33º | 0.61% | 0.69% | - |
| XYZ | 21.05 | 33.86 | 20.46 | - |
| YUV | 137.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 177 | 111 | 0.61 | 0 | 0.37 | 0.31 | 143.33 | 0.44 | 0.48 |
| Hex | 45 | B1 | 6F | 3D | 0 | 25 | 1F | 8F | 2C | 30 |
| Octal | 105 | 261 | 157 | 75 | 0 | 45 | 37 | 217 | 54 | 60 |
| Binary | 1000101 | 10110001 | 1101111 | 111101 | 0 | 100101 | 11111 | 10001111 | 101100 | 110000 |
Color Harmonies of #45B16F
Complementary color
Monochromatic Colors of #45B16F
Black with #45B16F
Text Example
Text Example
White with #45B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B16F; }
p { color: rgb(69,177,111); }
H1.HeaderClassName
{
color: #45B16F;
}
.AnyTagClassName
{
color: #45B16F;
}
</style>
background-color css
<style>
a { background-color: #45B16F; }
a { background-color: rgb(69,177,111); }
div.DivClassName
{
background-color: #45B16F;
}
.BgClassName
{
background-color: #45B16F;
}
</style>
border-color css
<style>
span { border-color: #45B16F; }
span { border-color: rgb(69,177,111); }
td.TdClassName
{
border-color: #45B16F;
}
.TagClassName
{
border-color: #45B16F;
}
</style>