Shades of Shamrock #48CFA3
Tints of Shamrock #48CFA3
RGB
CMYK
RGB Variations
Color information
#48CFA3 (or 0x48CFA3) is known color: Shamrock. HEX triplet: 48, CF and A3. RGB value is (72,207,163). Sum of RGB (Red+Green+Blue) = 72+207+163=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CFA3 is #B7305C. Grayscale: #A1A1A1. Windows color (decimal): -12005469 or 10735432. OLE color: 10735432.
HSL color Cylindrical-coordinate representation of color #48CFA3: hue angle of 160.44º 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 #48CFA3 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 163 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.19 |
| HSL | 160.44º | 0.58% | 0.55% | - |
| HSV(B) | 160.44º | 0.65% | 0.81% | - |
| XYZ | 31.6 | 48.65 | 42.37 | - |
| YUV | 161.62 | 128.77 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 163 | 0.65 | 0 | 0.21 | 0.19 | 160.44 | 0.58 | 0.55 |
| Hex | 48 | CF | A3 | 41 | 0 | 15 | 13 | A0 | 3A | 37 |
| Octal | 110 | 317 | 243 | 101 | 0 | 25 | 23 | 240 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10100011 | 1000001 | 0 | 10101 | 10011 | 10100000 | 111010 | 110111 |
Color Harmonies of #48CFA3
Complementary color
Monochromatic Colors of #48CFA3
Black with #48CFA3
Text Example
Text Example
White with #48CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFA3; }
p { color: rgb(72,207,163); }
H1.HeaderClassName
{
color: #48CFA3;
}
.AnyTagClassName
{
color: #48CFA3;
}
</style>
background-color css
<style>
a { background-color: #48CFA3; }
a { background-color: rgb(72,207,163); }
div.DivClassName
{
background-color: #48CFA3;
}
.BgClassName
{
background-color: #48CFA3;
}
</style>
border-color css
<style>
span { border-color: #48CFA3; }
span { border-color: rgb(72,207,163); }
td.TdClassName
{
border-color: #48CFA3;
}
.TagClassName
{
border-color: #48CFA3;
}
</style>