Shades of Shamrock #48EDA6
Tints of Shamrock #48EDA6
RGB
CMYK
RGB Variations
Color information
#48EDA6 (or 0x48EDA6) is known color: Shamrock. HEX triplet: 48, ED and A6. RGB value is (72,237,166). Sum of RGB (Red+Green+Blue) = 72+237+166=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EDA6 is #B71259. Grayscale: #B3B3B3. Windows color (decimal): -11997786 or 10939720. OLE color: 10939720.
HSL color Cylindrical-coordinate representation of color #48EDA6: hue angle of 154.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDA6 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 237 | 166 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.07 |
| HSL | 154.18º | 0.82% | 0.61% | - |
| HSV(B) | 154.18º | 0.7% | 0.93% | - |
| XYZ | 39.84 | 64.7 | 46.46 | - |
| YUV | 179.57 | 120.34 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 237 | 166 | 0.70 | 0 | 0.30 | 0.07 | 154.18 | 0.82 | 0.61 |
| Hex | 48 | ED | A6 | 46 | 0 | 1E | 7 | 9A | 52 | 3D |
| Octal | 110 | 355 | 246 | 106 | 0 | 36 | 7 | 232 | 122 | 75 |
| Binary | 1001000 | 11101101 | 10100110 | 1000110 | 0 | 11110 | 111 | 10011010 | 1010010 | 111101 |
Color Harmonies of #48EDA6
Complementary color
Monochromatic Colors of #48EDA6
Black with #48EDA6
Text Example
Text Example
White with #48EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EDA6; }
p { color: rgb(72,237,166); }
H1.HeaderClassName
{
color: #48EDA6;
}
.AnyTagClassName
{
color: #48EDA6;
}
</style>
background-color css
<style>
a { background-color: #48EDA6; }
a { background-color: rgb(72,237,166); }
div.DivClassName
{
background-color: #48EDA6;
}
.BgClassName
{
background-color: #48EDA6;
}
</style>
border-color css
<style>
span { border-color: #48EDA6; }
span { border-color: rgb(72,237,166); }
td.TdClassName
{
border-color: #48EDA6;
}
.TagClassName
{
border-color: #48EDA6;
}
</style>