Shades of Shamrock #48CDA2
Tints of Shamrock #48CDA2
RGB
CMYK
RGB Variations
Color information
#48CDA2 (or 0x48CDA2) is known color: Shamrock. HEX triplet: 48, CD and A2. RGB value is (72,205,162). Sum of RGB (Red+Green+Blue) = 72+205+162=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #48CDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CDA2 is #B7325D. Grayscale: #A0A0A0. Windows color (decimal): -12005982 or 10669384. OLE color: 10669384.
HSL color Cylindrical-coordinate representation of color #48CDA2: hue angle of 160.6º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CDA2 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 205 | 162 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.20 |
| HSL | 160.6º | 0.57% | 0.54% | - |
| HSV(B) | 160.6º | 0.65% | 0.8% | - |
| XYZ | 31.03 | 47.65 | 41.74 | - |
| YUV | 160.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 205 | 162 | 0.65 | 0 | 0.21 | 0.20 | 160.6 | 0.57 | 0.54 |
| Hex | 48 | CD | A2 | 41 | 0 | 15 | 14 | A1 | 39 | 36 |
| Octal | 110 | 315 | 242 | 101 | 0 | 25 | 24 | 241 | 71 | 66 |
| Binary | 1001000 | 11001101 | 10100010 | 1000001 | 0 | 10101 | 10100 | 10100001 | 111001 | 110110 |
Color Harmonies of #48CDA2
Complementary color
Monochromatic Colors of #48CDA2
Black with #48CDA2
Text Example
Text Example
White with #48CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CDA2; }
p { color: rgb(72,205,162); }
H1.HeaderClassName
{
color: #48CDA2;
}
.AnyTagClassName
{
color: #48CDA2;
}
</style>
background-color css
<style>
a { background-color: #48CDA2; }
a { background-color: rgb(72,205,162); }
div.DivClassName
{
background-color: #48CDA2;
}
.BgClassName
{
background-color: #48CDA2;
}
</style>
border-color css
<style>
span { border-color: #48CDA2; }
span { border-color: rgb(72,205,162); }
td.TdClassName
{
border-color: #48CDA2;
}
.TagClassName
{
border-color: #48CDA2;
}
</style>