Shades of Shamrock #48DEAB
Tints of Shamrock #48DEAB
RGB
CMYK
RGB Variations
Color information
#48DEAB (or 0x48DEAB) is known color: Shamrock. HEX triplet: 48, DE and AB. RGB value is (72,222,171). Sum of RGB (Red+Green+Blue) = 72+222+171=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DEAB is #B72154. Grayscale: #ABABAB. Windows color (decimal): -12001621 or 11263560. OLE color: 11263560.
HSL color Cylindrical-coordinate representation of color #48DEAB: hue angle of 159.6º 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 #48DEAB is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 222 | 171 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.13 |
| HSL | 159.6º | 0.69% | 0.58% | - |
| HSV(B) | 159.6º | 0.68% | 0.87% | - |
| XYZ | 36.14 | 56.56 | 47.54 | - |
| YUV | 171.34 | 127.81 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 222 | 171 | 0.68 | 0 | 0.23 | 0.13 | 159.6 | 0.69 | 0.58 |
| Hex | 48 | DE | AB | 44 | 0 | 17 | D | A0 | 45 | 3A |
| Octal | 110 | 336 | 253 | 104 | 0 | 27 | 15 | 240 | 105 | 72 |
| Binary | 1001000 | 11011110 | 10101011 | 1000100 | 0 | 10111 | 1101 | 10100000 | 1000101 | 111010 |
Color Harmonies of #48DEAB
Complementary color
Monochromatic Colors of #48DEAB
Black with #48DEAB
Text Example
Text Example
White with #48DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DEAB; }
p { color: rgb(72,222,171); }
H1.HeaderClassName
{
color: #48DEAB;
}
.AnyTagClassName
{
color: #48DEAB;
}
</style>
background-color css
<style>
a { background-color: #48DEAB; }
a { background-color: rgb(72,222,171); }
div.DivClassName
{
background-color: #48DEAB;
}
.BgClassName
{
background-color: #48DEAB;
}
</style>
border-color css
<style>
span { border-color: #48DEAB; }
span { border-color: rgb(72,222,171); }
td.TdClassName
{
border-color: #48DEAB;
}
.TagClassName
{
border-color: #48DEAB;
}
</style>