Shades of Shamrock #48DA8F
Tints of Shamrock #48DA8F
RGB
CMYK
RGB Variations
Color information
#48DA8F (or 0x48DA8F) is known color: Shamrock. HEX triplet: 48, DA and 8F. RGB value is (72,218,143). Sum of RGB (Red+Green+Blue) = 72+218+143=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA8F is #B72570. Grayscale: #A5A5A5. Windows color (decimal): -12002673 or 9427528. OLE color: 9427528.
HSL color Cylindrical-coordinate representation of color #48DA8F: hue angle of 149.18º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DA8F is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 143 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.15 |
| HSL | 149.18º | 0.66% | 0.57% | - |
| HSV(B) | 149.18º | 0.67% | 0.85% | - |
| XYZ | 32.7 | 53.5 | 34.59 | - |
| YUV | 165.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 143 | 0.67 | 0 | 0.34 | 0.15 | 149.18 | 0.66 | 0.57 |
| Hex | 48 | DA | 8F | 43 | 0 | 22 | F | 95 | 42 | 39 |
| Octal | 110 | 332 | 217 | 103 | 0 | 42 | 17 | 225 | 102 | 71 |
| Binary | 1001000 | 11011010 | 10001111 | 1000011 | 0 | 100010 | 1111 | 10010101 | 1000010 | 111001 |
Color Harmonies of #48DA8F
Complementary color
Monochromatic Colors of #48DA8F
Black with #48DA8F
Text Example
Text Example
White with #48DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DA8F; }
p { color: rgb(72,218,143); }
H1.HeaderClassName
{
color: #48DA8F;
}
.AnyTagClassName
{
color: #48DA8F;
}
</style>
background-color css
<style>
a { background-color: #48DA8F; }
a { background-color: rgb(72,218,143); }
div.DivClassName
{
background-color: #48DA8F;
}
.BgClassName
{
background-color: #48DA8F;
}
</style>
border-color css
<style>
span { border-color: #48DA8F; }
span { border-color: rgb(72,218,143); }
td.TdClassName
{
border-color: #48DA8F;
}
.TagClassName
{
border-color: #48DA8F;
}
</style>