Shades of Shamrock #48E5AB
Tints of Shamrock #48E5AB
RGB
CMYK
RGB Variations
Color information
#48E5AB (or 0x48E5AB) is known color: Shamrock. HEX triplet: 48, E5 and AB. RGB value is (72,229,171). Sum of RGB (Red+Green+Blue) = 72+229+171=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #48E5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E5AB is #B71A54. Grayscale: #AFAFAF. Windows color (decimal): -11999829 or 11265352. OLE color: 11265352.
HSL color Cylindrical-coordinate representation of color #48E5AB: hue angle of 157.83º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E5AB is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 229 | 171 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.10 |
| HSL | 157.83º | 0.75% | 0.59% | - |
| HSV(B) | 157.83º | 0.69% | 0.9% | - |
| XYZ | 38.04 | 60.36 | 48.17 | - |
| YUV | 175.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 229 | 171 | 0.69 | 0 | 0.25 | 0.10 | 157.83 | 0.75 | 0.59 |
| Hex | 48 | E5 | AB | 45 | 0 | 19 | A | 9E | 4B | 3B |
| Octal | 110 | 345 | 253 | 105 | 0 | 31 | 12 | 236 | 113 | 73 |
| Binary | 1001000 | 11100101 | 10101011 | 1000101 | 0 | 11001 | 1010 | 10011110 | 1001011 | 111011 |
Color Harmonies of #48E5AB
Complementary color
Monochromatic Colors of #48E5AB
Black with #48E5AB
Text Example
Text Example
White with #48E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E5AB; }
p { color: rgb(72,229,171); }
H1.HeaderClassName
{
color: #48E5AB;
}
.AnyTagClassName
{
color: #48E5AB;
}
</style>
background-color css
<style>
a { background-color: #48E5AB; }
a { background-color: rgb(72,229,171); }
div.DivClassName
{
background-color: #48E5AB;
}
.BgClassName
{
background-color: #48E5AB;
}
</style>
border-color css
<style>
span { border-color: #48E5AB; }
span { border-color: rgb(72,229,171); }
td.TdClassName
{
border-color: #48E5AB;
}
.TagClassName
{
border-color: #48E5AB;
}
</style>