Shades of Shamrock #3AD0AB
Tints of Shamrock #3AD0AB
RGB
CMYK
RGB Variations
Color information
#3AD0AB (or 0x3AD0AB) is known color: Shamrock. HEX triplet: 3A, D0 and AB. RGB value is (58,208,171). Sum of RGB (Red+Green+Blue) = 58+208+171=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD0AB is #C52F54. Grayscale: #9E9E9E. Windows color (decimal): -12922709 or 11259962. OLE color: 11259962.
HSL color Cylindrical-coordinate representation of color #3AD0AB: hue angle of 165.2º degrees, saturation: 0.61, 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 #3AD0AB is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 171 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.18 |
| HSL | 165.2º | 0.61% | 0.52% | - |
| HSV(B) | 165.2º | 0.72% | 0.82% | - |
| XYZ | 31.65 | 48.95 | 46.31 | - |
| YUV | 158.93 | 134.81 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 171 | 0.72 | 0 | 0.18 | 0.18 | 165.2 | 0.61 | 0.52 |
| Hex | 3A | D0 | AB | 48 | 0 | 12 | 12 | A5 | 3D | 34 |
| Octal | 72 | 320 | 253 | 110 | 0 | 22 | 22 | 245 | 75 | 64 |
| Binary | 111010 | 11010000 | 10101011 | 1001000 | 0 | 10010 | 10010 | 10100101 | 111101 | 110100 |
Color Harmonies of #3AD0AB
Complementary color
Monochromatic Colors of #3AD0AB
Black with #3AD0AB
Text Example
Text Example
White with #3AD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0AB; }
p { color: rgb(58,208,171); }
H1.HeaderClassName
{
color: #3AD0AB;
}
.AnyTagClassName
{
color: #3AD0AB;
}
</style>
background-color css
<style>
a { background-color: #3AD0AB; }
a { background-color: rgb(58,208,171); }
div.DivClassName
{
background-color: #3AD0AB;
}
.BgClassName
{
background-color: #3AD0AB;
}
</style>
border-color css
<style>
span { border-color: #3AD0AB; }
span { border-color: rgb(58,208,171); }
td.TdClassName
{
border-color: #3AD0AB;
}
.TagClassName
{
border-color: #3AD0AB;
}
</style>