Shades of Medium Sea Green #48B666
Tints of Medium Sea Green #48B666
RGB
CMYK
RGB Variations
Color information
#48B666 (or 0x48B666) is known color: Medium Sea Green. HEX triplet: 48, B6 and 66. RGB value is (72,182,102). Sum of RGB (Red+Green+Blue) = 72+182+102=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #48B666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B666 is #B74999. Grayscale: #8C8C8C. Windows color (decimal): -12011930 or 6731336. OLE color: 6731336.
HSL color Cylindrical-coordinate representation of color #48B666: hue angle of 136.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B666 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 182 | 102 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.29 |
| HSL | 136.36º | 0.43% | 0.5% | - |
| HSV(B) | 136.36º | 0.6% | 0.71% | - |
| XYZ | 21.8 | 35.79 | 18.33 | - |
| YUV | 139.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 182 | 102 | 0.60 | 0 | 0.44 | 0.29 | 136.36 | 0.43 | 0.5 |
| Hex | 48 | B6 | 66 | 3C | 0 | 2C | 1D | 88 | 2B | 32 |
| Octal | 110 | 266 | 146 | 74 | 0 | 54 | 35 | 210 | 53 | 62 |
| Binary | 1001000 | 10110110 | 1100110 | 111100 | 0 | 101100 | 11101 | 10001000 | 101011 | 110010 |
Color Harmonies of #48B666
Complementary color
Monochromatic Colors of #48B666
Black with #48B666
Text Example
Text Example
White with #48B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B666; }
p { color: rgb(72,182,102); }
H1.HeaderClassName
{
color: #48B666;
}
.AnyTagClassName
{
color: #48B666;
}
</style>
background-color css
<style>
a { background-color: #48B666; }
a { background-color: rgb(72,182,102); }
div.DivClassName
{
background-color: #48B666;
}
.BgClassName
{
background-color: #48B666;
}
</style>
border-color css
<style>
span { border-color: #48B666; }
span { border-color: rgb(72,182,102); }
td.TdClassName
{
border-color: #48B666;
}
.TagClassName
{
border-color: #48B666;
}
</style>