Shades of Shamrock #2AD0AF
Tints of Shamrock #2AD0AF
RGB
CMYK
RGB Variations
Color information
#2AD0AF (or 0x2AD0AF) is known color: Shamrock. HEX triplet: 2A, D0 and AF. RGB value is (42,208,175). Sum of RGB (Red+Green+Blue) = 42+208+175=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD0AF is #D52F50. Grayscale: #9A9A9A. Windows color (decimal): -13971281 or 11522090. OLE color: 11522090.
HSL color Cylindrical-coordinate representation of color #2AD0AF: hue angle of 168.07º degrees, saturation: 0.66, 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 #2AD0AF is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 175 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.18 |
| HSL | 168.07º | 0.66% | 0.49% | - |
| HSV(B) | 168.07º | 0.8% | 0.82% | - |
| XYZ | 31.25 | 48.7 | 48.31 | - |
| YUV | 154.6 | 139.5 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 175 | 0.80 | 0 | 0.16 | 0.18 | 168.07 | 0.66 | 0.49 |
| Hex | 2A | D0 | AF | 50 | 0 | 10 | 12 | A8 | 42 | 31 |
| Octal | 52 | 320 | 257 | 120 | 0 | 20 | 22 | 250 | 102 | 61 |
| Binary | 101010 | 11010000 | 10101111 | 1010000 | 0 | 10000 | 10010 | 10101000 | 1000010 | 110001 |
Color Harmonies of #2AD0AF
Complementary color
Monochromatic Colors of #2AD0AF
Black with #2AD0AF
Text Example
Text Example
White with #2AD0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD0AF; }
p { color: rgb(42,208,175); }
H1.HeaderClassName
{
color: #2AD0AF;
}
.AnyTagClassName
{
color: #2AD0AF;
}
</style>
background-color css
<style>
a { background-color: #2AD0AF; }
a { background-color: rgb(42,208,175); }
div.DivClassName
{
background-color: #2AD0AF;
}
.BgClassName
{
background-color: #2AD0AF;
}
</style>
border-color css
<style>
span { border-color: #2AD0AF; }
span { border-color: rgb(42,208,175); }
td.TdClassName
{
border-color: #2AD0AF;
}
.TagClassName
{
border-color: #2AD0AF;
}
</style>