Shades of Medium Sea Green #45B06F
Tints of Medium Sea Green #45B06F
RGB
CMYK
RGB Variations
Color information
#45B06F (or 0x45B06F) is known color: Medium Sea Green. HEX triplet: 45, B0 and 6F. RGB value is (69,176,111). Sum of RGB (Red+Green+Blue) = 69+176+111=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #45B06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B06F is #BA4F90. Grayscale: #888888. Windows color (decimal): -12210065 or 7319621. OLE color: 7319621.
HSL color Cylindrical-coordinate representation of color #45B06F: hue angle of 143.55º 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 #45B06F is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 176 | 111 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.31 |
| HSL | 143.55º | 0.44% | 0.48% | - |
| HSV(B) | 143.55º | 0.61% | 0.69% | - |
| XYZ | 20.85 | 33.46 | 20.4 | - |
| YUV | 136.6 | 113.55 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 176 | 111 | 0.61 | 0 | 0.37 | 0.31 | 143.55 | 0.44 | 0.48 |
| Hex | 45 | B0 | 6F | 3D | 0 | 25 | 1F | 90 | 2C | 30 |
| Octal | 105 | 260 | 157 | 75 | 0 | 45 | 37 | 220 | 54 | 60 |
| Binary | 1000101 | 10110000 | 1101111 | 111101 | 0 | 100101 | 11111 | 10010000 | 101100 | 110000 |
Color Harmonies of #45B06F
Complementary color
Monochromatic Colors of #45B06F
Black with #45B06F
Text Example
Text Example
White with #45B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B06F; }
p { color: rgb(69,176,111); }
H1.HeaderClassName
{
color: #45B06F;
}
.AnyTagClassName
{
color: #45B06F;
}
</style>
background-color css
<style>
a { background-color: #45B06F; }
a { background-color: rgb(69,176,111); }
div.DivClassName
{
background-color: #45B06F;
}
.BgClassName
{
background-color: #45B06F;
}
</style>
border-color css
<style>
span { border-color: #45B06F; }
span { border-color: rgb(69,176,111); }
td.TdClassName
{
border-color: #45B06F;
}
.TagClassName
{
border-color: #45B06F;
}
</style>