Shades of Shamrock #48D3AC
Tints of Shamrock #48D3AC
RGB
CMYK
RGB Variations
Color information
#48D3AC (or 0x48D3AC) is known color: Shamrock. HEX triplet: 48, D3 and AC. RGB value is (72,211,172). Sum of RGB (Red+Green+Blue) = 72+211+172=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #48D3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D3AC is #B72C53. Grayscale: #A5A5A5. Windows color (decimal): -12004436 or 11326280. OLE color: 11326280.
HSL color Cylindrical-coordinate representation of color #48D3AC: hue angle of 163.17º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D3AC is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 172 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.17 |
| HSL | 163.17º | 0.61% | 0.55% | - |
| HSV(B) | 163.17º | 0.66% | 0.83% | - |
| XYZ | 33.41 | 50.94 | 47.1 | - |
| YUV | 164.99 | 131.95 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 172 | 0.66 | 0 | 0.18 | 0.17 | 163.17 | 0.61 | 0.55 |
| Hex | 48 | D3 | AC | 42 | 0 | 12 | 11 | A3 | 3D | 37 |
| Octal | 110 | 323 | 254 | 102 | 0 | 22 | 21 | 243 | 75 | 67 |
| Binary | 1001000 | 11010011 | 10101100 | 1000010 | 0 | 10010 | 10001 | 10100011 | 111101 | 110111 |
Color Harmonies of #48D3AC
Complementary color
Monochromatic Colors of #48D3AC
Black with #48D3AC
Text Example
Text Example
White with #48D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D3AC; }
p { color: rgb(72,211,172); }
H1.HeaderClassName
{
color: #48D3AC;
}
.AnyTagClassName
{
color: #48D3AC;
}
</style>
background-color css
<style>
a { background-color: #48D3AC; }
a { background-color: rgb(72,211,172); }
div.DivClassName
{
background-color: #48D3AC;
}
.BgClassName
{
background-color: #48D3AC;
}
</style>
border-color css
<style>
span { border-color: #48D3AC; }
span { border-color: rgb(72,211,172); }
td.TdClassName
{
border-color: #48D3AC;
}
.TagClassName
{
border-color: #48D3AC;
}
</style>