Shades of Shamrock #2ABC96
Tints of Shamrock #2ABC96
RGB
CMYK
RGB Variations
Color information
#2ABC96 (or 0x2ABC96) is known color: Shamrock. HEX triplet: 2A, BC and 96. RGB value is (42,188,150). Sum of RGB (Red+Green+Blue) = 42+188+150=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABC96 is #D54369. Grayscale: #8C8C8C. Windows color (decimal): -13976426 or 9878570. OLE color: 9878570.
HSL color Cylindrical-coordinate representation of color #2ABC96: hue angle of 164.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC96 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 150 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.26 |
| HSL | 164.38º | 0.63% | 0.45% | - |
| HSV(B) | 164.38º | 0.78% | 0.74% | - |
| XYZ | 24.44 | 38.66 | 35.03 | - |
| YUV | 140.01 | 133.63 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 150 | 0.78 | 0 | 0.20 | 0.26 | 164.38 | 0.63 | 0.45 |
| Hex | 2A | BC | 96 | 4E | 0 | 14 | 1A | A4 | 3F | 2D |
| Octal | 52 | 274 | 226 | 116 | 0 | 24 | 32 | 244 | 77 | 55 |
| Binary | 101010 | 10111100 | 10010110 | 1001110 | 0 | 10100 | 11010 | 10100100 | 111111 | 101101 |
Color Harmonies of #2ABC96
Complementary color
Monochromatic Colors of #2ABC96
Black with #2ABC96
Text Example
Text Example
White with #2ABC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC96; }
p { color: rgb(42,188,150); }
H1.HeaderClassName
{
color: #2ABC96;
}
.AnyTagClassName
{
color: #2ABC96;
}
</style>
background-color css
<style>
a { background-color: #2ABC96; }
a { background-color: rgb(42,188,150); }
div.DivClassName
{
background-color: #2ABC96;
}
.BgClassName
{
background-color: #2ABC96;
}
</style>
border-color css
<style>
span { border-color: #2ABC96; }
span { border-color: rgb(42,188,150); }
td.TdClassName
{
border-color: #2ABC96;
}
.TagClassName
{
border-color: #2ABC96;
}
</style>