Shades of Shamrock #2AD1AF
Tints of Shamrock #2AD1AF
RGB
CMYK
RGB Variations
Color information
#2AD1AF (or 0x2AD1AF) is known color: Shamrock. HEX triplet: 2A, D1 and AF. RGB value is (42,209,175). Sum of RGB (Red+Green+Blue) = 42+209+175=426 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.86% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD1AF is #D52E50. Grayscale: #9B9B9B. Windows color (decimal): -13971025 or 11522346. OLE color: 11522346.
HSL color Cylindrical-coordinate representation of color #2AD1AF: hue angle of 167.78º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD1AF is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 175 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.18 |
| HSL | 167.78º | 0.67% | 0.49% | - |
| HSV(B) | 167.78º | 0.8% | 0.82% | - |
| XYZ | 31.49 | 49.19 | 48.39 | - |
| YUV | 155.19 | 139.17 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 175 | 0.80 | 0 | 0.16 | 0.18 | 167.78 | 0.67 | 0.49 |
| Hex | 2A | D1 | AF | 50 | 0 | 10 | 12 | A8 | 43 | 31 |
| Octal | 52 | 321 | 257 | 120 | 0 | 20 | 22 | 250 | 103 | 61 |
| Binary | 101010 | 11010001 | 10101111 | 1010000 | 0 | 10000 | 10010 | 10101000 | 1000011 | 110001 |
Color Harmonies of #2AD1AF
Complementary color
Monochromatic Colors of #2AD1AF
Black with #2AD1AF
Text Example
Text Example
White with #2AD1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD1AF; }
p { color: rgb(42,209,175); }
H1.HeaderClassName
{
color: #2AD1AF;
}
.AnyTagClassName
{
color: #2AD1AF;
}
</style>
background-color css
<style>
a { background-color: #2AD1AF; }
a { background-color: rgb(42,209,175); }
div.DivClassName
{
background-color: #2AD1AF;
}
.BgClassName
{
background-color: #2AD1AF;
}
</style>
border-color css
<style>
span { border-color: #2AD1AF; }
span { border-color: rgb(42,209,175); }
td.TdClassName
{
border-color: #2AD1AF;
}
.TagClassName
{
border-color: #2AD1AF;
}
</style>