Shades of Shamrock #3ABBA6
Tints of Shamrock #3ABBA6
RGB
CMYK
RGB Variations
Color information
#3ABBA6 (or 0x3ABBA6) is known color: Shamrock. HEX triplet: 3A, BB and A6. RGB value is (58,187,166). Sum of RGB (Red+Green+Blue) = 58+187+166=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABBA6 is #C54459. Grayscale: #919191. Windows color (decimal): -12928090 or 10926906. OLE color: 10926906.
HSL color Cylindrical-coordinate representation of color #3ABBA6: hue angle of 170.23º 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 #3ABBA6 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 166 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.27 |
| HSL | 170.23º | 0.53% | 0.48% | - |
| HSV(B) | 170.23º | 0.69% | 0.73% | - |
| XYZ | 26.4 | 39.19 | 42.25 | - |
| YUV | 146.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 166 | 0.69 | 0 | 0.11 | 0.27 | 170.23 | 0.53 | 0.48 |
| Hex | 3A | BB | A6 | 45 | 0 | B | 1B | AA | 35 | 30 |
| Octal | 72 | 273 | 246 | 105 | 0 | 13 | 33 | 252 | 65 | 60 |
| Binary | 111010 | 10111011 | 10100110 | 1000101 | 0 | 1011 | 11011 | 10101010 | 110101 | 110000 |
Color Harmonies of #3ABBA6
Complementary color
Monochromatic Colors of #3ABBA6
Black with #3ABBA6
Text Example
Text Example
White with #3ABBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBA6; }
p { color: rgb(58,187,166); }
H1.HeaderClassName
{
color: #3ABBA6;
}
.AnyTagClassName
{
color: #3ABBA6;
}
</style>
background-color css
<style>
a { background-color: #3ABBA6; }
a { background-color: rgb(58,187,166); }
div.DivClassName
{
background-color: #3ABBA6;
}
.BgClassName
{
background-color: #3ABBA6;
}
</style>
border-color css
<style>
span { border-color: #3ABBA6; }
span { border-color: rgb(58,187,166); }
td.TdClassName
{
border-color: #3ABBA6;
}
.TagClassName
{
border-color: #3ABBA6;
}
</style>