Shades of Shamrock #48DCAB
Tints of Shamrock #48DCAB
RGB
CMYK
RGB Variations
Color information
#48DCAB (or 0x48DCAB) is known color: Shamrock. HEX triplet: 48, DC and AB. RGB value is (72,220,171). Sum of RGB (Red+Green+Blue) = 72+220+171=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DCAB is #B72354. Grayscale: #AAAAAA. Windows color (decimal): -12002133 or 11263048. OLE color: 11263048.
HSL color Cylindrical-coordinate representation of color #48DCAB: hue angle of 160.14º 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 #48DCAB is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 171 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.14 |
| HSL | 160.14º | 0.68% | 0.57% | - |
| HSV(B) | 160.14º | 0.67% | 0.86% | - |
| XYZ | 35.62 | 55.5 | 47.36 | - |
| YUV | 170.16 | 128.47 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 171 | 0.67 | 0 | 0.22 | 0.14 | 160.14 | 0.68 | 0.57 |
| Hex | 48 | DC | AB | 43 | 0 | 16 | E | A0 | 44 | 39 |
| Octal | 110 | 334 | 253 | 103 | 0 | 26 | 16 | 240 | 104 | 71 |
| Binary | 1001000 | 11011100 | 10101011 | 1000011 | 0 | 10110 | 1110 | 10100000 | 1000100 | 111001 |
Color Harmonies of #48DCAB
Complementary color
Monochromatic Colors of #48DCAB
Black with #48DCAB
Text Example
Text Example
White with #48DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCAB; }
p { color: rgb(72,220,171); }
H1.HeaderClassName
{
color: #48DCAB;
}
.AnyTagClassName
{
color: #48DCAB;
}
</style>
background-color css
<style>
a { background-color: #48DCAB; }
a { background-color: rgb(72,220,171); }
div.DivClassName
{
background-color: #48DCAB;
}
.BgClassName
{
background-color: #48DCAB;
}
</style>
border-color css
<style>
span { border-color: #48DCAB; }
span { border-color: rgb(72,220,171); }
td.TdClassName
{
border-color: #48DCAB;
}
.TagClassName
{
border-color: #48DCAB;
}
</style>