Shades of Shamrock #2AD2B4
Tints of Shamrock #2AD2B4
RGB
CMYK
RGB Variations
Color information
#2AD2B4 (or 0x2AD2B4) is known color: Shamrock. HEX triplet: 2A, D2 and B4. RGB value is (42,210,180). Sum of RGB (Red+Green+Blue) = 42+210+180=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD2B4 is #D52D4B. Grayscale: #9C9C9C. Windows color (decimal): -13970764 or 11850282. OLE color: 11850282.
HSL color Cylindrical-coordinate representation of color #2AD2B4: hue angle of 169.29º 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 #2AD2B4 is Cyan = 0.8, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 180 | - |
| CMYK | 0.8 | 0 | 0.14 | 0.18 |
| HSL | 169.29º | 0.67% | 0.49% | - |
| HSV(B) | 169.29º | 0.8% | 0.82% | - |
| XYZ | 32.24 | 49.88 | 51.11 | - |
| YUV | 156.35 | 141.34 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 180 | 0.8 | 0 | 0.14 | 0.18 | 169.29 | 0.67 | 0.49 |
| Hex | 2A | D2 | B4 | 50 | 0 | E | 12 | A9 | 43 | 31 |
| Octal | 52 | 322 | 264 | 120 | 0 | 16 | 22 | 251 | 103 | 61 |
| Binary | 101010 | 11010010 | 10110100 | 1010000 | 0 | 1110 | 10010 | 10101001 | 1000011 | 110001 |
Color Harmonies of #2AD2B4
Complementary color
Monochromatic Colors of #2AD2B4
Black with #2AD2B4
Text Example
Text Example
White with #2AD2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2B4; }
p { color: rgb(42,210,180); }
H1.HeaderClassName
{
color: #2AD2B4;
}
.AnyTagClassName
{
color: #2AD2B4;
}
</style>
background-color css
<style>
a { background-color: #2AD2B4; }
a { background-color: rgb(42,210,180); }
div.DivClassName
{
background-color: #2AD2B4;
}
.BgClassName
{
background-color: #2AD2B4;
}
</style>
border-color css
<style>
span { border-color: #2AD2B4; }
span { border-color: rgb(42,210,180); }
td.TdClassName
{
border-color: #2AD2B4;
}
.TagClassName
{
border-color: #2AD2B4;
}
</style>