Shades of Shamrock #3ABCA8
Tints of Shamrock #3ABCA8
RGB
CMYK
RGB Variations
Color information
#3ABCA8 (or 0x3ABCA8) is known color: Shamrock. HEX triplet: 3A, BC and A8. RGB value is (58,188,168). Sum of RGB (Red+Green+Blue) = 58+188+168=414 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.01% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABCA8 is #C54357. Grayscale: #929292. Windows color (decimal): -12927832 or 11058234. OLE color: 11058234.
HSL color Cylindrical-coordinate representation of color #3ABCA8: hue angle of 170.77º 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 #3ABCA8 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 168 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.26 |
| HSL | 170.77º | 0.53% | 0.48% | - |
| HSV(B) | 170.77º | 0.69% | 0.74% | - |
| XYZ | 26.8 | 39.69 | 43.3 | - |
| YUV | 146.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 168 | 0.69 | 0 | 0.11 | 0.26 | 170.77 | 0.53 | 0.48 |
| Hex | 3A | BC | A8 | 45 | 0 | B | 1A | AB | 35 | 30 |
| Octal | 72 | 274 | 250 | 105 | 0 | 13 | 32 | 253 | 65 | 60 |
| Binary | 111010 | 10111100 | 10101000 | 1000101 | 0 | 1011 | 11010 | 10101011 | 110101 | 110000 |
Color Harmonies of #3ABCA8
Complementary color
Monochromatic Colors of #3ABCA8
Black with #3ABCA8
Text Example
Text Example
White with #3ABCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCA8; }
p { color: rgb(58,188,168); }
H1.HeaderClassName
{
color: #3ABCA8;
}
.AnyTagClassName
{
color: #3ABCA8;
}
</style>
background-color css
<style>
a { background-color: #3ABCA8; }
a { background-color: rgb(58,188,168); }
div.DivClassName
{
background-color: #3ABCA8;
}
.BgClassName
{
background-color: #3ABCA8;
}
</style>
border-color css
<style>
span { border-color: #3ABCA8; }
span { border-color: rgb(58,188,168); }
td.TdClassName
{
border-color: #3ABCA8;
}
.TagClassName
{
border-color: #3ABCA8;
}
</style>