Shades of Shamrock #48CDA4
Tints of Shamrock #48CDA4
RGB
CMYK
RGB Variations
Color information
#48CDA4 (or 0x48CDA4) is known color: Shamrock. HEX triplet: 48, CD and A4. RGB value is (72,205,164). Sum of RGB (Red+Green+Blue) = 72+205+164=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #48CDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CDA4 is #B7325B. Grayscale: #A0A0A0. Windows color (decimal): -12005980 or 10800456. OLE color: 10800456.
HSL color Cylindrical-coordinate representation of color #48CDA4: hue angle of 161.5º 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 #48CDA4 is Cyan = 0.65, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 205 | 164 | - |
| CMYK | 0.65 | 0 | 0.2 | 0.20 |
| HSL | 161.5º | 0.57% | 0.54% | - |
| HSV(B) | 161.5º | 0.65% | 0.8% | - |
| XYZ | 31.2 | 47.72 | 42.69 | - |
| YUV | 160.56 | 129.94 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 205 | 164 | 0.65 | 0 | 0.2 | 0.20 | 161.5 | 0.57 | 0.54 |
| Hex | 48 | CD | A4 | 41 | 0 | 14 | 14 | A2 | 39 | 36 |
| Octal | 110 | 315 | 244 | 101 | 0 | 24 | 24 | 242 | 71 | 66 |
| Binary | 1001000 | 11001101 | 10100100 | 1000001 | 0 | 10100 | 10100 | 10100010 | 111001 | 110110 |
Color Harmonies of #48CDA4
Complementary color
Monochromatic Colors of #48CDA4
Black with #48CDA4
Text Example
Text Example
White with #48CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CDA4; }
p { color: rgb(72,205,164); }
H1.HeaderClassName
{
color: #48CDA4;
}
.AnyTagClassName
{
color: #48CDA4;
}
</style>
background-color css
<style>
a { background-color: #48CDA4; }
a { background-color: rgb(72,205,164); }
div.DivClassName
{
background-color: #48CDA4;
}
.BgClassName
{
background-color: #48CDA4;
}
</style>
border-color css
<style>
span { border-color: #48CDA4; }
span { border-color: rgb(72,205,164); }
td.TdClassName
{
border-color: #48CDA4;
}
.TagClassName
{
border-color: #48CDA4;
}
</style>