Shades of Shamrock #2ABB98
Tints of Shamrock #2ABB98
RGB
CMYK
RGB Variations
Color information
#2ABB98 (or 0x2ABB98) is known color: Shamrock. HEX triplet: 2A, BB and 98. RGB value is (42,187,152). Sum of RGB (Red+Green+Blue) = 42+187+152=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABB98 is #D54467. Grayscale: #8B8B8B. Windows color (decimal): -13976680 or 10009386. OLE color: 10009386.
HSL color Cylindrical-coordinate representation of color #2ABB98: hue angle of 165.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB98 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 152 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.27 |
| HSL | 165.52º | 0.63% | 0.45% | - |
| HSV(B) | 165.52º | 0.78% | 0.73% | - |
| XYZ | 24.39 | 38.3 | 35.81 | - |
| YUV | 139.66 | 134.96 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 152 | 0.78 | 0 | 0.19 | 0.27 | 165.52 | 0.63 | 0.45 |
| Hex | 2A | BB | 98 | 4E | 0 | 13 | 1B | A6 | 3F | 2D |
| Octal | 52 | 273 | 230 | 116 | 0 | 23 | 33 | 246 | 77 | 55 |
| Binary | 101010 | 10111011 | 10011000 | 1001110 | 0 | 10011 | 11011 | 10100110 | 111111 | 101101 |
Color Harmonies of #2ABB98
Complementary color
Monochromatic Colors of #2ABB98
Black with #2ABB98
Text Example
Text Example
White with #2ABB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB98; }
p { color: rgb(42,187,152); }
H1.HeaderClassName
{
color: #2ABB98;
}
.AnyTagClassName
{
color: #2ABB98;
}
</style>
background-color css
<style>
a { background-color: #2ABB98; }
a { background-color: rgb(42,187,152); }
div.DivClassName
{
background-color: #2ABB98;
}
.BgClassName
{
background-color: #2ABB98;
}
</style>
border-color css
<style>
span { border-color: #2ABB98; }
span { border-color: rgb(42,187,152); }
td.TdClassName
{
border-color: #2ABB98;
}
.TagClassName
{
border-color: #2ABB98;
}
</style>