Shades of Shamrock #48DCAA
Tints of Shamrock #48DCAA
RGB
CMYK
RGB Variations
Color information
#48DCAA (or 0x48DCAA) is known color: Shamrock. HEX triplet: 48, DC and AA. RGB value is (72,220,170). Sum of RGB (Red+Green+Blue) = 72+220+170=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DCAA is #B72355. Grayscale: #AAAAAA. Windows color (decimal): -12002134 or 11197512. OLE color: 11197512.
HSL color Cylindrical-coordinate representation of color #48DCAA: hue angle of 159.73º 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 #48DCAA is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 170 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.14 |
| HSL | 159.73º | 0.68% | 0.57% | - |
| HSV(B) | 159.73º | 0.67% | 0.86% | - |
| XYZ | 35.52 | 55.47 | 46.86 | - |
| YUV | 170.05 | 127.97 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 170 | 0.67 | 0 | 0.23 | 0.14 | 159.73 | 0.68 | 0.57 |
| Hex | 48 | DC | AA | 43 | 0 | 17 | E | A0 | 44 | 39 |
| Octal | 110 | 334 | 252 | 103 | 0 | 27 | 16 | 240 | 104 | 71 |
| Binary | 1001000 | 11011100 | 10101010 | 1000011 | 0 | 10111 | 1110 | 10100000 | 1000100 | 111001 |
Color Harmonies of #48DCAA
Complementary color
Monochromatic Colors of #48DCAA
Black with #48DCAA
Text Example
Text Example
White with #48DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCAA; }
p { color: rgb(72,220,170); }
H1.HeaderClassName
{
color: #48DCAA;
}
.AnyTagClassName
{
color: #48DCAA;
}
</style>
background-color css
<style>
a { background-color: #48DCAA; }
a { background-color: rgb(72,220,170); }
div.DivClassName
{
background-color: #48DCAA;
}
.BgClassName
{
background-color: #48DCAA;
}
</style>
border-color css
<style>
span { border-color: #48DCAA; }
span { border-color: rgb(72,220,170); }
td.TdClassName
{
border-color: #48DCAA;
}
.TagClassName
{
border-color: #48DCAA;
}
</style>