Shades of Shamrock #48DCAC
Tints of Shamrock #48DCAC
RGB
CMYK
RGB Variations
Color information
#48DCAC (or 0x48DCAC) is known color: Shamrock. HEX triplet: 48, DC and AC. RGB value is (72,220,172). Sum of RGB (Red+Green+Blue) = 72+220+172=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DCAC is #B72353. Grayscale: #AAAAAA. Windows color (decimal): -12002132 or 11328584. OLE color: 11328584.
HSL color Cylindrical-coordinate representation of color #48DCAC: hue angle of 160.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DCAC is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 172 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.14 |
| HSL | 160.54º | 0.68% | 0.57% | - |
| HSV(B) | 160.54º | 0.67% | 0.86% | - |
| XYZ | 35.71 | 55.54 | 47.87 | - |
| YUV | 170.28 | 128.97 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 172 | 0.67 | 0 | 0.22 | 0.14 | 160.54 | 0.68 | 0.57 |
| Hex | 48 | DC | AC | 43 | 0 | 16 | E | A1 | 44 | 39 |
| Octal | 110 | 334 | 254 | 103 | 0 | 26 | 16 | 241 | 104 | 71 |
| Binary | 1001000 | 11011100 | 10101100 | 1000011 | 0 | 10110 | 1110 | 10100001 | 1000100 | 111001 |
Color Harmonies of #48DCAC
Complementary color
Monochromatic Colors of #48DCAC
Black with #48DCAC
Text Example
Text Example
White with #48DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCAC; }
p { color: rgb(72,220,172); }
H1.HeaderClassName
{
color: #48DCAC;
}
.AnyTagClassName
{
color: #48DCAC;
}
</style>
background-color css
<style>
a { background-color: #48DCAC; }
a { background-color: rgb(72,220,172); }
div.DivClassName
{
background-color: #48DCAC;
}
.BgClassName
{
background-color: #48DCAC;
}
</style>
border-color css
<style>
span { border-color: #48DCAC; }
span { border-color: rgb(72,220,172); }
td.TdClassName
{
border-color: #48DCAC;
}
.TagClassName
{
border-color: #48DCAC;
}
</style>