Shades of Shamrock #48D49C
Tints of Shamrock #48D49C
RGB
CMYK
RGB Variations
Color information
#48D49C (or 0x48D49C) is known color: Shamrock. HEX triplet: 48, D4 and 9C. RGB value is (72,212,156). Sum of RGB (Red+Green+Blue) = 72+212+156=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #48D49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D49C is #B72B63. Grayscale: #A3A3A3. Windows color (decimal): -12004196 or 10277960. OLE color: 10277960.
HSL color Cylindrical-coordinate representation of color #48D49C: hue angle of 156º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D49C is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 156 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.17 |
| HSL | 156º | 0.62% | 0.56% | - |
| HSV(B) | 156º | 0.66% | 0.83% | - |
| XYZ | 32.22 | 50.86 | 39.57 | - |
| YUV | 163.76 | 123.62 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 156 | 0.66 | 0 | 0.26 | 0.17 | 156 | 0.62 | 0.56 |
| Hex | 48 | D4 | 9C | 42 | 0 | 1A | 11 | 9C | 3E | 38 |
| Octal | 110 | 324 | 234 | 102 | 0 | 32 | 21 | 234 | 76 | 70 |
| Binary | 1001000 | 11010100 | 10011100 | 1000010 | 0 | 11010 | 10001 | 10011100 | 111110 | 111000 |
Color Harmonies of #48D49C
Complementary color
Monochromatic Colors of #48D49C
Black with #48D49C
Text Example
Text Example
White with #48D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D49C; }
p { color: rgb(72,212,156); }
H1.HeaderClassName
{
color: #48D49C;
}
.AnyTagClassName
{
color: #48D49C;
}
</style>
background-color css
<style>
a { background-color: #48D49C; }
a { background-color: rgb(72,212,156); }
div.DivClassName
{
background-color: #48D49C;
}
.BgClassName
{
background-color: #48D49C;
}
</style>
border-color css
<style>
span { border-color: #48D49C; }
span { border-color: rgb(72,212,156); }
td.TdClassName
{
border-color: #48D49C;
}
.TagClassName
{
border-color: #48D49C;
}
</style>