Shades of Shamrock #48D0AA
Tints of Shamrock #48D0AA
RGB
CMYK
RGB Variations
Color information
#48D0AA (or 0x48D0AA) is known color: Shamrock. HEX triplet: 48, D0 and AA. RGB value is (72,208,170). Sum of RGB (Red+Green+Blue) = 72+208+170=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #48D0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D0AA is #B72F55. Grayscale: #A3A3A3. Windows color (decimal): -12005206 or 11194440. OLE color: 11194440.
HSL color Cylindrical-coordinate representation of color #48D0AA: hue angle of 163.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D0AA is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 170 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.18 |
| HSL | 163.24º | 0.59% | 0.55% | - |
| HSV(B) | 163.24º | 0.65% | 0.82% | - |
| XYZ | 32.48 | 49.39 | 45.85 | - |
| YUV | 163 | 131.94 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 170 | 0.65 | 0 | 0.18 | 0.18 | 163.24 | 0.59 | 0.55 |
| Hex | 48 | D0 | AA | 41 | 0 | 12 | 12 | A3 | 3B | 37 |
| Octal | 110 | 320 | 252 | 101 | 0 | 22 | 22 | 243 | 73 | 67 |
| Binary | 1001000 | 11010000 | 10101010 | 1000001 | 0 | 10010 | 10010 | 10100011 | 111011 | 110111 |
Color Harmonies of #48D0AA
Complementary color
Monochromatic Colors of #48D0AA
Black with #48D0AA
Text Example
Text Example
White with #48D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D0AA; }
p { color: rgb(72,208,170); }
H1.HeaderClassName
{
color: #48D0AA;
}
.AnyTagClassName
{
color: #48D0AA;
}
</style>
background-color css
<style>
a { background-color: #48D0AA; }
a { background-color: rgb(72,208,170); }
div.DivClassName
{
background-color: #48D0AA;
}
.BgClassName
{
background-color: #48D0AA;
}
</style>
border-color css
<style>
span { border-color: #48D0AA; }
span { border-color: rgb(72,208,170); }
td.TdClassName
{
border-color: #48D0AA;
}
.TagClassName
{
border-color: #48D0AA;
}
</style>