Shades of Shamrock #3ABBA7
Tints of Shamrock #3ABBA7
RGB
CMYK
RGB Variations
Color information
#3ABBA7 (or 0x3ABBA7) is known color: Shamrock. HEX triplet: 3A, BB and A7. RGB value is (58,187,167). Sum of RGB (Red+Green+Blue) = 58+187+167=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABBA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABBA7 is #C54458. Grayscale: #929292. Windows color (decimal): -12928089 or 10992442. OLE color: 10992442.
HSL color Cylindrical-coordinate representation of color #3ABBA7: hue angle of 170.7º 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 #3ABBA7 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 167 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.27 |
| HSL | 170.7º | 0.53% | 0.48% | - |
| HSV(B) | 170.7º | 0.69% | 0.73% | - |
| XYZ | 26.49 | 39.23 | 42.74 | - |
| YUV | 146.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 167 | 0.69 | 0 | 0.11 | 0.27 | 170.7 | 0.53 | 0.48 |
| Hex | 3A | BB | A7 | 45 | 0 | B | 1B | AB | 35 | 30 |
| Octal | 72 | 273 | 247 | 105 | 0 | 13 | 33 | 253 | 65 | 60 |
| Binary | 111010 | 10111011 | 10100111 | 1000101 | 0 | 1011 | 11011 | 10101011 | 110101 | 110000 |
Color Harmonies of #3ABBA7
Complementary color
Monochromatic Colors of #3ABBA7
Black with #3ABBA7
Text Example
Text Example
White with #3ABBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBA7; }
p { color: rgb(58,187,167); }
H1.HeaderClassName
{
color: #3ABBA7;
}
.AnyTagClassName
{
color: #3ABBA7;
}
</style>
background-color css
<style>
a { background-color: #3ABBA7; }
a { background-color: rgb(58,187,167); }
div.DivClassName
{
background-color: #3ABBA7;
}
.BgClassName
{
background-color: #3ABBA7;
}
</style>
border-color css
<style>
span { border-color: #3ABBA7; }
span { border-color: rgb(58,187,167); }
td.TdClassName
{
border-color: #3ABBA7;
}
.TagClassName
{
border-color: #3ABBA7;
}
</style>