Shades of Shamrock #3ABB9E
Tints of Shamrock #3ABB9E
RGB
CMYK
RGB Variations
Color information
#3ABB9E (or 0x3ABB9E) is known color: Shamrock. HEX triplet: 3A, BB and 9E. RGB value is (58,187,158). Sum of RGB (Red+Green+Blue) = 58+187+158=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABB9E is #C54461. Grayscale: #919191. Windows color (decimal): -12928098 or 10402618. OLE color: 10402618.
HSL color Cylindrical-coordinate representation of color #3ABB9E: hue angle of 166.51º 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 #3ABB9E is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 158 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.27 |
| HSL | 166.51º | 0.53% | 0.48% | - |
| HSV(B) | 166.51º | 0.69% | 0.73% | - |
| XYZ | 25.69 | 38.91 | 38.5 | - |
| YUV | 145.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 158 | 0.69 | 0 | 0.16 | 0.27 | 166.51 | 0.53 | 0.48 |
| Hex | 3A | BB | 9E | 45 | 0 | 10 | 1B | A7 | 35 | 30 |
| Octal | 72 | 273 | 236 | 105 | 0 | 20 | 33 | 247 | 65 | 60 |
| Binary | 111010 | 10111011 | 10011110 | 1000101 | 0 | 10000 | 11011 | 10100111 | 110101 | 110000 |
Color Harmonies of #3ABB9E
Complementary color
Monochromatic Colors of #3ABB9E
Black with #3ABB9E
Text Example
Text Example
White with #3ABB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABB9E; }
p { color: rgb(58,187,158); }
H1.HeaderClassName
{
color: #3ABB9E;
}
.AnyTagClassName
{
color: #3ABB9E;
}
</style>
background-color css
<style>
a { background-color: #3ABB9E; }
a { background-color: rgb(58,187,158); }
div.DivClassName
{
background-color: #3ABB9E;
}
.BgClassName
{
background-color: #3ABB9E;
}
</style>
border-color css
<style>
span { border-color: #3ABB9E; }
span { border-color: rgb(58,187,158); }
td.TdClassName
{
border-color: #3ABB9E;
}
.TagClassName
{
border-color: #3ABB9E;
}
</style>