Shades of Shamrock #48CDA6
Tints of Shamrock #48CDA6
RGB
CMYK
RGB Variations
Color information
#48CDA6 (or 0x48CDA6) is known color: Shamrock. HEX triplet: 48, CD and A6. RGB value is (72,205,166). Sum of RGB (Red+Green+Blue) = 72+205+166=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #48CDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CDA6 is #B73259. Grayscale: #A0A0A0. Windows color (decimal): -12005978 or 10931528. OLE color: 10931528.
HSL color Cylindrical-coordinate representation of color #48CDA6: hue angle of 162.41º 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 #48CDA6 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 205 | 166 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.20 |
| HSL | 162.41º | 0.57% | 0.54% | - |
| HSV(B) | 162.41º | 0.65% | 0.8% | - |
| XYZ | 31.39 | 47.79 | 43.65 | - |
| YUV | 160.79 | 130.94 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 205 | 166 | 0.65 | 0 | 0.19 | 0.20 | 162.41 | 0.57 | 0.54 |
| Hex | 48 | CD | A6 | 41 | 0 | 13 | 14 | A2 | 39 | 36 |
| Octal | 110 | 315 | 246 | 101 | 0 | 23 | 24 | 242 | 71 | 66 |
| Binary | 1001000 | 11001101 | 10100110 | 1000001 | 0 | 10011 | 10100 | 10100010 | 111001 | 110110 |
Color Harmonies of #48CDA6
Complementary color
Monochromatic Colors of #48CDA6
Black with #48CDA6
Text Example
Text Example
White with #48CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CDA6; }
p { color: rgb(72,205,166); }
H1.HeaderClassName
{
color: #48CDA6;
}
.AnyTagClassName
{
color: #48CDA6;
}
</style>
background-color css
<style>
a { background-color: #48CDA6; }
a { background-color: rgb(72,205,166); }
div.DivClassName
{
background-color: #48CDA6;
}
.BgClassName
{
background-color: #48CDA6;
}
</style>
border-color css
<style>
span { border-color: #48CDA6; }
span { border-color: rgb(72,205,166); }
td.TdClassName
{
border-color: #48CDA6;
}
.TagClassName
{
border-color: #48CDA6;
}
</style>