Shades of Shamrock #3ABC8C
Tints of Shamrock #3ABC8C
RGB
CMYK
RGB Variations
Color information
#3ABC8C (or 0x3ABC8C) is known color: Shamrock. HEX triplet: 3A, BC and 8C. RGB value is (58,188,140). Sum of RGB (Red+Green+Blue) = 58+188+140=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC8C is #C54373. Grayscale: #8F8F8F. Windows color (decimal): -12927860 or 9223226. OLE color: 9223226.
HSL color Cylindrical-coordinate representation of color #3ABC8C: hue angle of 157.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC8C is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 140 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.26 |
| HSL | 157.85º | 0.53% | 0.48% | - |
| HSV(B) | 157.85º | 0.69% | 0.74% | - |
| XYZ | 24.46 | 38.76 | 31 | - |
| YUV | 143.66 | 125.93 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 140 | 0.69 | 0 | 0.26 | 0.26 | 157.85 | 0.53 | 0.48 |
| Hex | 3A | BC | 8C | 45 | 0 | 1A | 1A | 9E | 35 | 30 |
| Octal | 72 | 274 | 214 | 105 | 0 | 32 | 32 | 236 | 65 | 60 |
| Binary | 111010 | 10111100 | 10001100 | 1000101 | 0 | 11010 | 11010 | 10011110 | 110101 | 110000 |
Color Harmonies of #3ABC8C
Complementary color
Monochromatic Colors of #3ABC8C
Black with #3ABC8C
Text Example
Text Example
White with #3ABC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC8C; }
p { color: rgb(58,188,140); }
H1.HeaderClassName
{
color: #3ABC8C;
}
.AnyTagClassName
{
color: #3ABC8C;
}
</style>
background-color css
<style>
a { background-color: #3ABC8C; }
a { background-color: rgb(58,188,140); }
div.DivClassName
{
background-color: #3ABC8C;
}
.BgClassName
{
background-color: #3ABC8C;
}
</style>
border-color css
<style>
span { border-color: #3ABC8C; }
span { border-color: rgb(58,188,140); }
td.TdClassName
{
border-color: #3ABC8C;
}
.TagClassName
{
border-color: #3ABC8C;
}
</style>