Shades of Shamrock #3ABC98
Tints of Shamrock #3ABC98
RGB
CMYK
RGB Variations
Color information
#3ABC98 (or 0x3ABC98) is known color: Shamrock. HEX triplet: 3A, BC and 98. RGB value is (58,188,152). Sum of RGB (Red+Green+Blue) = 58+188+152=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC98 is #C54367. Grayscale: #919191. Windows color (decimal): -12927848 or 10009658. OLE color: 10009658.
HSL color Cylindrical-coordinate representation of color #3ABC98: hue angle of 163.38º 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 #3ABC98 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 152 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.26 |
| HSL | 163.38º | 0.53% | 0.48% | - |
| HSV(B) | 163.38º | 0.69% | 0.74% | - |
| XYZ | 25.4 | 39.13 | 35.92 | - |
| YUV | 145.03 | 131.93 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 152 | 0.69 | 0 | 0.19 | 0.26 | 163.38 | 0.53 | 0.48 |
| Hex | 3A | BC | 98 | 45 | 0 | 13 | 1A | A3 | 35 | 30 |
| Octal | 72 | 274 | 230 | 105 | 0 | 23 | 32 | 243 | 65 | 60 |
| Binary | 111010 | 10111100 | 10011000 | 1000101 | 0 | 10011 | 11010 | 10100011 | 110101 | 110000 |
Color Harmonies of #3ABC98
Complementary color
Monochromatic Colors of #3ABC98
Black with #3ABC98
Text Example
Text Example
White with #3ABC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC98; }
p { color: rgb(58,188,152); }
H1.HeaderClassName
{
color: #3ABC98;
}
.AnyTagClassName
{
color: #3ABC98;
}
</style>
background-color css
<style>
a { background-color: #3ABC98; }
a { background-color: rgb(58,188,152); }
div.DivClassName
{
background-color: #3ABC98;
}
.BgClassName
{
background-color: #3ABC98;
}
</style>
border-color css
<style>
span { border-color: #3ABC98; }
span { border-color: rgb(58,188,152); }
td.TdClassName
{
border-color: #3ABC98;
}
.TagClassName
{
border-color: #3ABC98;
}
</style>