Shades of Shamrock #3AD1AA
Tints of Shamrock #3AD1AA
RGB
CMYK
RGB Variations
Color information
#3AD1AA (or 0x3AD1AA) is known color: Shamrock. HEX triplet: 3A, D1 and AA. RGB value is (58,209,170). Sum of RGB (Red+Green+Blue) = 58+209+170=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD1AA is #C52E55. Grayscale: #9F9F9F. Windows color (decimal): -12922454 or 11194682. OLE color: 11194682.
HSL color Cylindrical-coordinate representation of color #3AD1AA: hue angle of 164.5º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD1AA is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 170 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.18 |
| HSL | 164.5º | 0.62% | 0.52% | - |
| HSV(B) | 164.5º | 0.72% | 0.82% | - |
| XYZ | 31.8 | 49.4 | 45.89 | - |
| YUV | 159.41 | 133.97 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 170 | 0.72 | 0 | 0.19 | 0.18 | 164.5 | 0.62 | 0.52 |
| Hex | 3A | D1 | AA | 48 | 0 | 13 | 12 | A5 | 3E | 34 |
| Octal | 72 | 321 | 252 | 110 | 0 | 23 | 22 | 245 | 76 | 64 |
| Binary | 111010 | 11010001 | 10101010 | 1001000 | 0 | 10011 | 10010 | 10100101 | 111110 | 110100 |
Color Harmonies of #3AD1AA
Complementary color
Monochromatic Colors of #3AD1AA
Black with #3AD1AA
Text Example
Text Example
White with #3AD1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD1AA; }
p { color: rgb(58,209,170); }
H1.HeaderClassName
{
color: #3AD1AA;
}
.AnyTagClassName
{
color: #3AD1AA;
}
</style>
background-color css
<style>
a { background-color: #3AD1AA; }
a { background-color: rgb(58,209,170); }
div.DivClassName
{
background-color: #3AD1AA;
}
.BgClassName
{
background-color: #3AD1AA;
}
</style>
border-color css
<style>
span { border-color: #3AD1AA; }
span { border-color: rgb(58,209,170); }
td.TdClassName
{
border-color: #3AD1AA;
}
.TagClassName
{
border-color: #3AD1AA;
}
</style>