Shades of Shamrock #48DEAC
Tints of Shamrock #48DEAC
RGB
CMYK
RGB Variations
Color information
#48DEAC (or 0x48DEAC) is known color: Shamrock. HEX triplet: 48, DE and AC. RGB value is (72,222,172). Sum of RGB (Red+Green+Blue) = 72+222+172=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DEAC is #B72153. Grayscale: #ABABAB. Windows color (decimal): -12001620 or 11329096. OLE color: 11329096.
HSL color Cylindrical-coordinate representation of color #48DEAC: hue angle of 160º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DEAC is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 222 | 172 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.13 |
| HSL | 160º | 0.69% | 0.58% | - |
| HSV(B) | 160º | 0.68% | 0.87% | - |
| XYZ | 36.24 | 56.6 | 48.04 | - |
| YUV | 171.45 | 128.31 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 222 | 172 | 0.68 | 0 | 0.23 | 0.13 | 160 | 0.69 | 0.58 |
| Hex | 48 | DE | AC | 44 | 0 | 17 | D | A0 | 45 | 3A |
| Octal | 110 | 336 | 254 | 104 | 0 | 27 | 15 | 240 | 105 | 72 |
| Binary | 1001000 | 11011110 | 10101100 | 1000100 | 0 | 10111 | 1101 | 10100000 | 1000101 | 111010 |
Color Harmonies of #48DEAC
Complementary color
Monochromatic Colors of #48DEAC
Black with #48DEAC
Text Example
Text Example
White with #48DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DEAC; }
p { color: rgb(72,222,172); }
H1.HeaderClassName
{
color: #48DEAC;
}
.AnyTagClassName
{
color: #48DEAC;
}
</style>
background-color css
<style>
a { background-color: #48DEAC; }
a { background-color: rgb(72,222,172); }
div.DivClassName
{
background-color: #48DEAC;
}
.BgClassName
{
background-color: #48DEAC;
}
</style>
border-color css
<style>
span { border-color: #48DEAC; }
span { border-color: rgb(72,222,172); }
td.TdClassName
{
border-color: #48DEAC;
}
.TagClassName
{
border-color: #48DEAC;
}
</style>