Shades of Shamrock #48D0AC
Tints of Shamrock #48D0AC
RGB
CMYK
RGB Variations
Color information
#48D0AC (or 0x48D0AC) is known color: Shamrock. HEX triplet: 48, D0 and AC. RGB value is (72,208,172). Sum of RGB (Red+Green+Blue) = 72+208+172=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #48D0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D0AC is #B72F53. Grayscale: #A3A3A3. Windows color (decimal): -12005204 or 11325512. OLE color: 11325512.
HSL color Cylindrical-coordinate representation of color #48D0AC: hue angle of 164.12º 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 #48D0AC is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 172 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.18 |
| HSL | 164.12º | 0.59% | 0.55% | - |
| HSV(B) | 164.12º | 0.65% | 0.82% | - |
| XYZ | 32.67 | 49.47 | 46.86 | - |
| YUV | 163.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 172 | 0.65 | 0 | 0.17 | 0.18 | 164.12 | 0.59 | 0.55 |
| Hex | 48 | D0 | AC | 41 | 0 | 11 | 12 | A4 | 3B | 37 |
| Octal | 110 | 320 | 254 | 101 | 0 | 21 | 22 | 244 | 73 | 67 |
| Binary | 1001000 | 11010000 | 10101100 | 1000001 | 0 | 10001 | 10010 | 10100100 | 111011 | 110111 |
Color Harmonies of #48D0AC
Complementary color
Monochromatic Colors of #48D0AC
Black with #48D0AC
Text Example
Text Example
White with #48D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D0AC; }
p { color: rgb(72,208,172); }
H1.HeaderClassName
{
color: #48D0AC;
}
.AnyTagClassName
{
color: #48D0AC;
}
</style>
background-color css
<style>
a { background-color: #48D0AC; }
a { background-color: rgb(72,208,172); }
div.DivClassName
{
background-color: #48D0AC;
}
.BgClassName
{
background-color: #48D0AC;
}
</style>
border-color css
<style>
span { border-color: #48D0AC; }
span { border-color: rgb(72,208,172); }
td.TdClassName
{
border-color: #48D0AC;
}
.TagClassName
{
border-color: #48D0AC;
}
</style>