Shades of Shamrock #3ABDAA
Tints of Shamrock #3ABDAA
RGB
CMYK
RGB Variations
Color information
#3ABDAA (or 0x3ABDAA) is known color: Shamrock. HEX triplet: 3A, BD and AA. RGB value is (58,189,170). Sum of RGB (Red+Green+Blue) = 58+189+170=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABDAA is #C54255. Grayscale: #939393. Windows color (decimal): -12927574 or 11189562. OLE color: 11189562.
HSL color Cylindrical-coordinate representation of color #3ABDAA: hue angle of 171.3º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABDAA is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 170 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.26 |
| HSL | 171.3º | 0.53% | 0.48% | - |
| HSV(B) | 171.3º | 0.69% | 0.74% | - |
| XYZ | 27.2 | 40.2 | 44.36 | - |
| YUV | 147.67 | 140.6 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 170 | 0.69 | 0 | 0.10 | 0.26 | 171.3 | 0.53 | 0.48 |
| Hex | 3A | BD | AA | 45 | 0 | A | 1A | AB | 35 | 30 |
| Octal | 72 | 275 | 252 | 105 | 0 | 12 | 32 | 253 | 65 | 60 |
| Binary | 111010 | 10111101 | 10101010 | 1000101 | 0 | 1010 | 11010 | 10101011 | 110101 | 110000 |
Color Harmonies of #3ABDAA
Complementary color
Monochromatic Colors of #3ABDAA
Black with #3ABDAA
Text Example
Text Example
White with #3ABDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDAA; }
p { color: rgb(58,189,170); }
H1.HeaderClassName
{
color: #3ABDAA;
}
.AnyTagClassName
{
color: #3ABDAA;
}
</style>
background-color css
<style>
a { background-color: #3ABDAA; }
a { background-color: rgb(58,189,170); }
div.DivClassName
{
background-color: #3ABDAA;
}
.BgClassName
{
background-color: #3ABDAA;
}
</style>
border-color css
<style>
span { border-color: #3ABDAA; }
span { border-color: rgb(58,189,170); }
td.TdClassName
{
border-color: #3ABDAA;
}
.TagClassName
{
border-color: #3ABDAA;
}
</style>