Shades of Shamrock #3AB990
Tints of Shamrock #3AB990
RGB
CMYK
RGB Variations
Color information
#3AB990 (or 0x3AB990) is known color: Shamrock. HEX triplet: 3A, B9 and 90. RGB value is (58,185,144). Sum of RGB (Red+Green+Blue) = 58+185+144=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB990 is #C5466F. Grayscale: #8E8E8E. Windows color (decimal): -12928624 or 9484602. OLE color: 9484602.
HSL color Cylindrical-coordinate representation of color #3AB990: hue angle of 160.63º degrees, saturation: 0.52, 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 #3AB990 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 144 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.27 |
| HSL | 160.63º | 0.52% | 0.48% | - |
| HSV(B) | 160.63º | 0.69% | 0.73% | - |
| XYZ | 24.13 | 37.61 | 32.37 | - |
| YUV | 142.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 144 | 0.69 | 0 | 0.22 | 0.27 | 160.63 | 0.52 | 0.48 |
| Hex | 3A | B9 | 90 | 45 | 0 | 16 | 1B | A1 | 34 | 30 |
| Octal | 72 | 271 | 220 | 105 | 0 | 26 | 33 | 241 | 64 | 60 |
| Binary | 111010 | 10111001 | 10010000 | 1000101 | 0 | 10110 | 11011 | 10100001 | 110100 | 110000 |
Color Harmonies of #3AB990
Complementary color
Monochromatic Colors of #3AB990
Black with #3AB990
Text Example
Text Example
White with #3AB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB990; }
p { color: rgb(58,185,144); }
H1.HeaderClassName
{
color: #3AB990;
}
.AnyTagClassName
{
color: #3AB990;
}
</style>
background-color css
<style>
a { background-color: #3AB990; }
a { background-color: rgb(58,185,144); }
div.DivClassName
{
background-color: #3AB990;
}
.BgClassName
{
background-color: #3AB990;
}
</style>
border-color css
<style>
span { border-color: #3AB990; }
span { border-color: rgb(58,185,144); }
td.TdClassName
{
border-color: #3AB990;
}
.TagClassName
{
border-color: #3AB990;
}
</style>