Shades of Emerald #48C38A
Tints of Emerald #48C38A
RGB
CMYK
RGB Variations
Color information
#48C38A (or 0x48C38A) is known color: Emerald. HEX triplet: 48, C3 and 8A. RGB value is (72,195,138). Sum of RGB (Red+Green+Blue) = 72+195+138=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #48C38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C38A is #B73C75. Grayscale: #979797. Windows color (decimal): -12008566 or 9093960. OLE color: 9093960.
HSL color Cylindrical-coordinate representation of color #48C38A: hue angle of 152.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C38A is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 138 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.24 |
| HSL | 152.2º | 0.51% | 0.52% | - |
| HSV(B) | 152.2º | 0.63% | 0.76% | - |
| XYZ | 26.78 | 42.24 | 30.79 | - |
| YUV | 151.73 | 120.25 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 138 | 0.63 | 0 | 0.29 | 0.24 | 152.2 | 0.51 | 0.52 |
| Hex | 48 | C3 | 8A | 3F | 0 | 1D | 18 | 98 | 33 | 34 |
| Octal | 110 | 303 | 212 | 77 | 0 | 35 | 30 | 230 | 63 | 64 |
| Binary | 1001000 | 11000011 | 10001010 | 111111 | 0 | 11101 | 11000 | 10011000 | 110011 | 110100 |
Color Harmonies of #48C38A
Complementary color
Monochromatic Colors of #48C38A
Black with #48C38A
Text Example
Text Example
White with #48C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C38A; }
p { color: rgb(72,195,138); }
H1.HeaderClassName
{
color: #48C38A;
}
.AnyTagClassName
{
color: #48C38A;
}
</style>
background-color css
<style>
a { background-color: #48C38A; }
a { background-color: rgb(72,195,138); }
div.DivClassName
{
background-color: #48C38A;
}
.BgClassName
{
background-color: #48C38A;
}
</style>
border-color css
<style>
span { border-color: #48C38A; }
span { border-color: rgb(72,195,138); }
td.TdClassName
{
border-color: #48C38A;
}
.TagClassName
{
border-color: #48C38A;
}
</style>