Shades of Shamrock #48DDA3
Tints of Shamrock #48DDA3
RGB
CMYK
RGB Variations
Color information
#48DDA3 (or 0x48DDA3) is known color: Shamrock. HEX triplet: 48, DD and A3. RGB value is (72,221,163). Sum of RGB (Red+Green+Blue) = 72+221+163=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DDA3 is #B7225C. Grayscale: #A9A9A9. Windows color (decimal): -12001885 or 10739016. OLE color: 10739016.
HSL color Cylindrical-coordinate representation of color #48DDA3: hue angle of 156.64º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDA3 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 163 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.13 |
| HSL | 156.64º | 0.69% | 0.57% | - |
| HSV(B) | 156.64º | 0.67% | 0.87% | - |
| XYZ | 35.14 | 55.73 | 43.56 | - |
| YUV | 169.84 | 124.14 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 163 | 0.67 | 0 | 0.26 | 0.13 | 156.64 | 0.69 | 0.57 |
| Hex | 48 | DD | A3 | 43 | 0 | 1A | D | 9D | 45 | 39 |
| Octal | 110 | 335 | 243 | 103 | 0 | 32 | 15 | 235 | 105 | 71 |
| Binary | 1001000 | 11011101 | 10100011 | 1000011 | 0 | 11010 | 1101 | 10011101 | 1000101 | 111001 |
Color Harmonies of #48DDA3
Complementary color
Monochromatic Colors of #48DDA3
Black with #48DDA3
Text Example
Text Example
White with #48DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDA3; }
p { color: rgb(72,221,163); }
H1.HeaderClassName
{
color: #48DDA3;
}
.AnyTagClassName
{
color: #48DDA3;
}
</style>
background-color css
<style>
a { background-color: #48DDA3; }
a { background-color: rgb(72,221,163); }
div.DivClassName
{
background-color: #48DDA3;
}
.BgClassName
{
background-color: #48DDA3;
}
</style>
border-color css
<style>
span { border-color: #48DDA3; }
span { border-color: rgb(72,221,163); }
td.TdClassName
{
border-color: #48DDA3;
}
.TagClassName
{
border-color: #48DDA3;
}
</style>