Shades of Shamrock #2AD4AA
Tints of Shamrock #2AD4AA
RGB
CMYK
RGB Variations
Color information
#2AD4AA (or 0x2AD4AA) is known color: Shamrock. HEX triplet: 2A, D4 and AA. RGB value is (42,212,170). Sum of RGB (Red+Green+Blue) = 42+212+170=424 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.91% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #2AD4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD4AA is #D52B55. Grayscale: #9C9C9C. Windows color (decimal): -13970262 or 11195434. OLE color: 11195434.
HSL color Cylindrical-coordinate representation of color #2AD4AA: hue angle of 165.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD4AA is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 212 | 170 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.17 |
| HSL | 165.18º | 0.67% | 0.5% | - |
| HSV(B) | 165.18º | 0.8% | 0.83% | - |
| XYZ | 31.75 | 50.48 | 46.1 | - |
| YUV | 156.38 | 135.68 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 212 | 170 | 0.80 | 0 | 0.20 | 0.17 | 165.18 | 0.67 | 0.5 |
| Hex | 2A | D4 | AA | 50 | 0 | 14 | 11 | A5 | 43 | 32 |
| Octal | 52 | 324 | 252 | 120 | 0 | 24 | 21 | 245 | 103 | 62 |
| Binary | 101010 | 11010100 | 10101010 | 1010000 | 0 | 10100 | 10001 | 10100101 | 1000011 | 110010 |
Color Harmonies of #2AD4AA
Complementary color
Monochromatic Colors of #2AD4AA
Black with #2AD4AA
Text Example
Text Example
White with #2AD4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD4AA; }
p { color: rgb(42,212,170); }
H1.HeaderClassName
{
color: #2AD4AA;
}
.AnyTagClassName
{
color: #2AD4AA;
}
</style>
background-color css
<style>
a { background-color: #2AD4AA; }
a { background-color: rgb(42,212,170); }
div.DivClassName
{
background-color: #2AD4AA;
}
.BgClassName
{
background-color: #2AD4AA;
}
</style>
border-color css
<style>
span { border-color: #2AD4AA; }
span { border-color: rgb(42,212,170); }
td.TdClassName
{
border-color: #2AD4AA;
}
.TagClassName
{
border-color: #2AD4AA;
}
</style>