Shades of Shamrock #48E6AB
Tints of Shamrock #48E6AB
RGB
CMYK
RGB Variations
Color information
#48E6AB (or 0x48E6AB) is known color: Shamrock. HEX triplet: 48, E6 and AB. RGB value is (72,230,171). Sum of RGB (Red+Green+Blue) = 72+230+171=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E6AB is #B71954. Grayscale: #B0B0B0. Windows color (decimal): -11999573 or 11265608. OLE color: 11265608.
HSL color Cylindrical-coordinate representation of color #48E6AB: hue angle of 157.59º degrees, saturation: 0.76, 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 #48E6AB is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 230 | 171 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.10 |
| HSL | 157.59º | 0.76% | 0.59% | - |
| HSV(B) | 157.59º | 0.69% | 0.9% | - |
| XYZ | 38.32 | 60.91 | 48.27 | - |
| YUV | 176.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 230 | 171 | 0.69 | 0 | 0.26 | 0.10 | 157.59 | 0.76 | 0.59 |
| Hex | 48 | E6 | AB | 45 | 0 | 1A | A | 9E | 4C | 3B |
| Octal | 110 | 346 | 253 | 105 | 0 | 32 | 12 | 236 | 114 | 73 |
| Binary | 1001000 | 11100110 | 10101011 | 1000101 | 0 | 11010 | 1010 | 10011110 | 1001100 | 111011 |
Color Harmonies of #48E6AB
Complementary color
Monochromatic Colors of #48E6AB
Black with #48E6AB
Text Example
Text Example
White with #48E6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E6AB; }
p { color: rgb(72,230,171); }
H1.HeaderClassName
{
color: #48E6AB;
}
.AnyTagClassName
{
color: #48E6AB;
}
</style>
background-color css
<style>
a { background-color: #48E6AB; }
a { background-color: rgb(72,230,171); }
div.DivClassName
{
background-color: #48E6AB;
}
.BgClassName
{
background-color: #48E6AB;
}
</style>
border-color css
<style>
span { border-color: #48E6AB; }
span { border-color: rgb(72,230,171); }
td.TdClassName
{
border-color: #48E6AB;
}
.TagClassName
{
border-color: #48E6AB;
}
</style>