Shades of Shamrock #3ABB9A
Tints of Shamrock #3ABB9A
RGB
CMYK
RGB Variations
Color information
#3ABB9A (or 0x3ABB9A) is known color: Shamrock. HEX triplet: 3A, BB and 9A. RGB value is (58,187,154). Sum of RGB (Red+Green+Blue) = 58+187+154=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABB9A is #C54465. Grayscale: #909090. Windows color (decimal): -12928102 or 10140474. OLE color: 10140474.
HSL color Cylindrical-coordinate representation of color #3ABB9A: hue angle of 164.65º 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 #3ABB9A is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 154 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.27 |
| HSL | 164.65º | 0.53% | 0.48% | - |
| HSV(B) | 164.65º | 0.69% | 0.73% | - |
| XYZ | 25.35 | 38.77 | 36.72 | - |
| YUV | 144.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 154 | 0.69 | 0 | 0.18 | 0.27 | 164.65 | 0.53 | 0.48 |
| Hex | 3A | BB | 9A | 45 | 0 | 12 | 1B | A5 | 35 | 30 |
| Octal | 72 | 273 | 232 | 105 | 0 | 22 | 33 | 245 | 65 | 60 |
| Binary | 111010 | 10111011 | 10011010 | 1000101 | 0 | 10010 | 11011 | 10100101 | 110101 | 110000 |
Color Harmonies of #3ABB9A
Complementary color
Monochromatic Colors of #3ABB9A
Black with #3ABB9A
Text Example
Text Example
White with #3ABB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABB9A; }
p { color: rgb(58,187,154); }
H1.HeaderClassName
{
color: #3ABB9A;
}
.AnyTagClassName
{
color: #3ABB9A;
}
</style>
background-color css
<style>
a { background-color: #3ABB9A; }
a { background-color: rgb(58,187,154); }
div.DivClassName
{
background-color: #3ABB9A;
}
.BgClassName
{
background-color: #3ABB9A;
}
</style>
border-color css
<style>
span { border-color: #3ABB9A; }
span { border-color: rgb(58,187,154); }
td.TdClassName
{
border-color: #3ABB9A;
}
.TagClassName
{
border-color: #3ABB9A;
}
</style>