Shades of Shamrock #3AD6AF
Tints of Shamrock #3AD6AF
RGB
CMYK
RGB Variations
Color information
#3AD6AF (or 0x3AD6AF) is known color: Shamrock. HEX triplet: 3A, D6 and AF. RGB value is (58,214,175). Sum of RGB (Red+Green+Blue) = 58+214+175=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD6AF is #C52950. Grayscale: #A2A2A2. Windows color (decimal): -12921169 or 11523642. OLE color: 11523642.
HSL color Cylindrical-coordinate representation of color #3AD6AF: hue angle of 165º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD6AF is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 175 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.16 |
| HSL | 165º | 0.66% | 0.53% | - |
| HSV(B) | 165º | 0.73% | 0.84% | - |
| XYZ | 33.53 | 52.09 | 48.84 | - |
| YUV | 162.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 175 | 0.73 | 0 | 0.18 | 0.16 | 165 | 0.66 | 0.53 |
| Hex | 3A | D6 | AF | 49 | 0 | 12 | 10 | A5 | 42 | 35 |
| Octal | 72 | 326 | 257 | 111 | 0 | 22 | 20 | 245 | 102 | 65 |
| Binary | 111010 | 11010110 | 10101111 | 1001001 | 0 | 10010 | 10000 | 10100101 | 1000010 | 110101 |
Color Harmonies of #3AD6AF
Complementary color
Monochromatic Colors of #3AD6AF
Black with #3AD6AF
Text Example
Text Example
White with #3AD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6AF; }
p { color: rgb(58,214,175); }
H1.HeaderClassName
{
color: #3AD6AF;
}
.AnyTagClassName
{
color: #3AD6AF;
}
</style>
background-color css
<style>
a { background-color: #3AD6AF; }
a { background-color: rgb(58,214,175); }
div.DivClassName
{
background-color: #3AD6AF;
}
.BgClassName
{
background-color: #3AD6AF;
}
</style>
border-color css
<style>
span { border-color: #3AD6AF; }
span { border-color: rgb(58,214,175); }
td.TdClassName
{
border-color: #3AD6AF;
}
.TagClassName
{
border-color: #3AD6AF;
}
</style>