Shades of Shamrock #3ABC88
Tints of Shamrock #3ABC88
RGB
CMYK
RGB Variations
Color information
#3ABC88 (or 0x3ABC88) is known color: Shamrock. HEX triplet: 3A, BC and 88. RGB value is (58,188,136). Sum of RGB (Red+Green+Blue) = 58+188+136=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC88 is #C54377. Grayscale: #8F8F8F. Windows color (decimal): -12927864 or 8961082. OLE color: 8961082.
HSL color Cylindrical-coordinate representation of color #3ABC88: hue angle of 156º 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 #3ABC88 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 136 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.26 |
| HSL | 156º | 0.53% | 0.48% | - |
| HSV(B) | 156º | 0.69% | 0.74% | - |
| XYZ | 24.17 | 38.64 | 29.48 | - |
| YUV | 143.2 | 123.93 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 136 | 0.69 | 0 | 0.28 | 0.26 | 156 | 0.53 | 0.48 |
| Hex | 3A | BC | 88 | 45 | 0 | 1C | 1A | 9C | 35 | 30 |
| Octal | 72 | 274 | 210 | 105 | 0 | 34 | 32 | 234 | 65 | 60 |
| Binary | 111010 | 10111100 | 10001000 | 1000101 | 0 | 11100 | 11010 | 10011100 | 110101 | 110000 |
Color Harmonies of #3ABC88
Complementary color
Monochromatic Colors of #3ABC88
Black with #3ABC88
Text Example
Text Example
White with #3ABC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC88; }
p { color: rgb(58,188,136); }
H1.HeaderClassName
{
color: #3ABC88;
}
.AnyTagClassName
{
color: #3ABC88;
}
</style>
background-color css
<style>
a { background-color: #3ABC88; }
a { background-color: rgb(58,188,136); }
div.DivClassName
{
background-color: #3ABC88;
}
.BgClassName
{
background-color: #3ABC88;
}
</style>
border-color css
<style>
span { border-color: #3ABC88; }
span { border-color: rgb(58,188,136); }
td.TdClassName
{
border-color: #3ABC88;
}
.TagClassName
{
border-color: #3ABC88;
}
</style>