Shades of Shamrock #48DDA5
Tints of Shamrock #48DDA5
RGB
CMYK
RGB Variations
Color information
#48DDA5 (or 0x48DDA5) is known color: Shamrock. HEX triplet: 48, DD and A5. RGB value is (72,221,165). Sum of RGB (Red+Green+Blue) = 72+221+165=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DDA5 is #B7225A. Grayscale: #AAAAAA. Windows color (decimal): -12001883 or 10870088. OLE color: 10870088.
HSL color Cylindrical-coordinate representation of color #48DDA5: hue angle of 157.45º 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 #48DDA5 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 165 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.13 |
| HSL | 157.45º | 0.69% | 0.57% | - |
| HSV(B) | 157.45º | 0.67% | 0.87% | - |
| XYZ | 35.32 | 55.81 | 44.51 | - |
| YUV | 170.07 | 125.14 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 165 | 0.67 | 0 | 0.25 | 0.13 | 157.45 | 0.69 | 0.57 |
| Hex | 48 | DD | A5 | 43 | 0 | 19 | D | 9D | 45 | 39 |
| Octal | 110 | 335 | 245 | 103 | 0 | 31 | 15 | 235 | 105 | 71 |
| Binary | 1001000 | 11011101 | 10100101 | 1000011 | 0 | 11001 | 1101 | 10011101 | 1000101 | 111001 |
Color Harmonies of #48DDA5
Complementary color
Monochromatic Colors of #48DDA5
Black with #48DDA5
Text Example
Text Example
White with #48DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDA5; }
p { color: rgb(72,221,165); }
H1.HeaderClassName
{
color: #48DDA5;
}
.AnyTagClassName
{
color: #48DDA5;
}
</style>
background-color css
<style>
a { background-color: #48DDA5; }
a { background-color: rgb(72,221,165); }
div.DivClassName
{
background-color: #48DDA5;
}
.BgClassName
{
background-color: #48DDA5;
}
</style>
border-color css
<style>
span { border-color: #48DDA5; }
span { border-color: rgb(72,221,165); }
td.TdClassName
{
border-color: #48DDA5;
}
.TagClassName
{
border-color: #48DDA5;
}
</style>