Shades of Shamrock #48DBAA
Tints of Shamrock #48DBAA
RGB
CMYK
RGB Variations
Color information
#48DBAA (or 0x48DBAA) is known color: Shamrock. HEX triplet: 48, DB and AA. RGB value is (72,219,170). Sum of RGB (Red+Green+Blue) = 72+219+170=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DBAA is #B72455. Grayscale: #A9A9A9. Windows color (decimal): -12002390 or 11197256. OLE color: 11197256.
HSL color Cylindrical-coordinate representation of color #48DBAA: hue angle of 160º degrees, saturation: 0.67, 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 #48DBAA is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 170 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.14 |
| HSL | 160º | 0.67% | 0.57% | - |
| HSV(B) | 160º | 0.67% | 0.86% | - |
| XYZ | 35.26 | 54.94 | 46.78 | - |
| YUV | 169.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 170 | 0.67 | 0 | 0.22 | 0.14 | 160 | 0.67 | 0.57 |
| Hex | 48 | DB | AA | 43 | 0 | 16 | E | A0 | 43 | 39 |
| Octal | 110 | 333 | 252 | 103 | 0 | 26 | 16 | 240 | 103 | 71 |
| Binary | 1001000 | 11011011 | 10101010 | 1000011 | 0 | 10110 | 1110 | 10100000 | 1000011 | 111001 |
Color Harmonies of #48DBAA
Complementary color
Monochromatic Colors of #48DBAA
Black with #48DBAA
Text Example
Text Example
White with #48DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBAA; }
p { color: rgb(72,219,170); }
H1.HeaderClassName
{
color: #48DBAA;
}
.AnyTagClassName
{
color: #48DBAA;
}
</style>
background-color css
<style>
a { background-color: #48DBAA; }
a { background-color: rgb(72,219,170); }
div.DivClassName
{
background-color: #48DBAA;
}
.BgClassName
{
background-color: #48DBAA;
}
</style>
border-color css
<style>
span { border-color: #48DBAA; }
span { border-color: rgb(72,219,170); }
td.TdClassName
{
border-color: #48DBAA;
}
.TagClassName
{
border-color: #48DBAA;
}
</style>