Shades of Shamrock #3ABB91
Tints of Shamrock #3ABB91
RGB
CMYK
RGB Variations
Color information
#3ABB91 (or 0x3ABB91) is known color: Shamrock. HEX triplet: 3A, BB and 91. RGB value is (58,187,145). Sum of RGB (Red+Green+Blue) = 58+187+145=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABB91 is #C5446E. Grayscale: #8F8F8F. Windows color (decimal): -12928111 or 9550650. OLE color: 9550650.
HSL color Cylindrical-coordinate representation of color #3ABB91: hue angle of 160.47º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABB91 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 145 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.27 |
| HSL | 160.47º | 0.53% | 0.48% | - |
| HSV(B) | 160.47º | 0.69% | 0.73% | - |
| XYZ | 24.63 | 38.48 | 32.92 | - |
| YUV | 143.64 | 128.76 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 145 | 0.69 | 0 | 0.22 | 0.27 | 160.47 | 0.53 | 0.48 |
| Hex | 3A | BB | 91 | 45 | 0 | 16 | 1B | A0 | 35 | 30 |
| Octal | 72 | 273 | 221 | 105 | 0 | 26 | 33 | 240 | 65 | 60 |
| Binary | 111010 | 10111011 | 10010001 | 1000101 | 0 | 10110 | 11011 | 10100000 | 110101 | 110000 |
Color Harmonies of #3ABB91
Complementary color
Monochromatic Colors of #3ABB91
Black with #3ABB91
Text Example
Text Example
White with #3ABB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABB91; }
p { color: rgb(58,187,145); }
H1.HeaderClassName
{
color: #3ABB91;
}
.AnyTagClassName
{
color: #3ABB91;
}
</style>
background-color css
<style>
a { background-color: #3ABB91; }
a { background-color: rgb(58,187,145); }
div.DivClassName
{
background-color: #3ABB91;
}
.BgClassName
{
background-color: #3ABB91;
}
</style>
border-color css
<style>
span { border-color: #3ABB91; }
span { border-color: rgb(58,187,145); }
td.TdClassName
{
border-color: #3ABB91;
}
.TagClassName
{
border-color: #3ABB91;
}
</style>