Shades of Shamrock #48CFA6
Tints of Shamrock #48CFA6
RGB
CMYK
RGB Variations
Color information
#48CFA6 (or 0x48CFA6) is known color: Shamrock. HEX triplet: 48, CF and A6. RGB value is (72,207,166). Sum of RGB (Red+Green+Blue) = 72+207+166=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CFA6 is #B73059. Grayscale: #A1A1A1. Windows color (decimal): -12005466 or 10932040. OLE color: 10932040.
HSL color Cylindrical-coordinate representation of color #48CFA6: hue angle of 161.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CFA6 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 166 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.19 |
| HSL | 161.78º | 0.58% | 0.55% | - |
| HSV(B) | 161.78º | 0.65% | 0.81% | - |
| XYZ | 31.87 | 48.76 | 43.81 | - |
| YUV | 161.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 166 | 0.65 | 0 | 0.20 | 0.19 | 161.78 | 0.58 | 0.55 |
| Hex | 48 | CF | A6 | 41 | 0 | 14 | 13 | A2 | 3A | 37 |
| Octal | 110 | 317 | 246 | 101 | 0 | 24 | 23 | 242 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10100110 | 1000001 | 0 | 10100 | 10011 | 10100010 | 111010 | 110111 |
Color Harmonies of #48CFA6
Complementary color
Monochromatic Colors of #48CFA6
Black with #48CFA6
Text Example
Text Example
White with #48CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFA6; }
p { color: rgb(72,207,166); }
H1.HeaderClassName
{
color: #48CFA6;
}
.AnyTagClassName
{
color: #48CFA6;
}
</style>
background-color css
<style>
a { background-color: #48CFA6; }
a { background-color: rgb(72,207,166); }
div.DivClassName
{
background-color: #48CFA6;
}
.BgClassName
{
background-color: #48CFA6;
}
</style>
border-color css
<style>
span { border-color: #48CFA6; }
span { border-color: rgb(72,207,166); }
td.TdClassName
{
border-color: #48CFA6;
}
.TagClassName
{
border-color: #48CFA6;
}
</style>