Shades of Shamrock #2AD2AD
Tints of Shamrock #2AD2AD
RGB
CMYK
RGB Variations
Color information
#2AD2AD (or 0x2AD2AD) is known color: Shamrock. HEX triplet: 2A, D2 and AD. RGB value is (42,210,173). Sum of RGB (Red+Green+Blue) = 42+210+173=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD2AD is #D52D52. Grayscale: #9B9B9B. Windows color (decimal): -13970771 or 11391530. OLE color: 11391530.
HSL color Cylindrical-coordinate representation of color #2AD2AD: hue angle of 166.79º 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 #2AD2AD is Cyan = 0.8, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 173 | - |
| CMYK | 0.8 | 0 | 0.18 | 0.18 |
| HSL | 166.79º | 0.67% | 0.49% | - |
| HSV(B) | 166.79º | 0.8% | 0.82% | - |
| XYZ | 31.54 | 49.6 | 47.45 | - |
| YUV | 155.55 | 137.84 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 173 | 0.8 | 0 | 0.18 | 0.18 | 166.79 | 0.67 | 0.49 |
| Hex | 2A | D2 | AD | 50 | 0 | 12 | 12 | A7 | 43 | 31 |
| Octal | 52 | 322 | 255 | 120 | 0 | 22 | 22 | 247 | 103 | 61 |
| Binary | 101010 | 11010010 | 10101101 | 1010000 | 0 | 10010 | 10010 | 10100111 | 1000011 | 110001 |
Color Harmonies of #2AD2AD
Complementary color
Monochromatic Colors of #2AD2AD
Black with #2AD2AD
Text Example
Text Example
White with #2AD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2AD; }
p { color: rgb(42,210,173); }
H1.HeaderClassName
{
color: #2AD2AD;
}
.AnyTagClassName
{
color: #2AD2AD;
}
</style>
background-color css
<style>
a { background-color: #2AD2AD; }
a { background-color: rgb(42,210,173); }
div.DivClassName
{
background-color: #2AD2AD;
}
.BgClassName
{
background-color: #2AD2AD;
}
</style>
border-color css
<style>
span { border-color: #2AD2AD; }
span { border-color: rgb(42,210,173); }
td.TdClassName
{
border-color: #2AD2AD;
}
.TagClassName
{
border-color: #2AD2AD;
}
</style>