Shades of Shamrock #48D5A0
Tints of Shamrock #48D5A0
RGB
CMYK
RGB Variations
Color information
#48D5A0 (or 0x48D5A0) is known color: Shamrock. HEX triplet: 48, D5 and A0. RGB value is (72,213,160). Sum of RGB (Red+Green+Blue) = 72+213+160=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #48D5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D5A0 is #B72A5F. Grayscale: #A4A4A4. Windows color (decimal): -12003936 or 10540360. OLE color: 10540360.
HSL color Cylindrical-coordinate representation of color #48D5A0: hue angle of 157.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D5A0 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 213 | 160 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.16 |
| HSL | 157.45º | 0.63% | 0.56% | - |
| HSV(B) | 157.45º | 0.66% | 0.84% | - |
| XYZ | 32.81 | 51.5 | 41.47 | - |
| YUV | 164.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 213 | 160 | 0.66 | 0 | 0.25 | 0.16 | 157.45 | 0.63 | 0.56 |
| Hex | 48 | D5 | A0 | 42 | 0 | 19 | 10 | 9D | 3F | 38 |
| Octal | 110 | 325 | 240 | 102 | 0 | 31 | 20 | 235 | 77 | 70 |
| Binary | 1001000 | 11010101 | 10100000 | 1000010 | 0 | 11001 | 10000 | 10011101 | 111111 | 111000 |
Color Harmonies of #48D5A0
Complementary color
Monochromatic Colors of #48D5A0
Black with #48D5A0
Text Example
Text Example
White with #48D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D5A0; }
p { color: rgb(72,213,160); }
H1.HeaderClassName
{
color: #48D5A0;
}
.AnyTagClassName
{
color: #48D5A0;
}
</style>
background-color css
<style>
a { background-color: #48D5A0; }
a { background-color: rgb(72,213,160); }
div.DivClassName
{
background-color: #48D5A0;
}
.BgClassName
{
background-color: #48D5A0;
}
</style>
border-color css
<style>
span { border-color: #48D5A0; }
span { border-color: rgb(72,213,160); }
td.TdClassName
{
border-color: #48D5A0;
}
.TagClassName
{
border-color: #48D5A0;
}
</style>