Shades of Shamrock #2BBC98
Tints of Shamrock #2BBC98
RGB
CMYK
RGB Variations
Color information
#2BBC98 (or 0x2BBC98) is known color: Shamrock. HEX triplet: 2B, BC and 98. RGB value is (43,188,152). Sum of RGB (Red+Green+Blue) = 43+188+152=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC98 is #D44367. Grayscale: #8C8C8C. Windows color (decimal): -13910888 or 10009643. OLE color: 10009643.
HSL color Cylindrical-coordinate representation of color #2BBC98: hue angle of 165.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC98 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 152 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.26 |
| HSL | 165.1º | 0.63% | 0.45% | - |
| HSV(B) | 165.1º | 0.77% | 0.74% | - |
| XYZ | 24.65 | 38.75 | 35.89 | - |
| YUV | 140.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 152 | 0.77 | 0 | 0.19 | 0.26 | 165.1 | 0.63 | 0.45 |
| Hex | 2B | BC | 98 | 4D | 0 | 13 | 1A | A5 | 3F | 2D |
| Octal | 53 | 274 | 230 | 115 | 0 | 23 | 32 | 245 | 77 | 55 |
| Binary | 101011 | 10111100 | 10011000 | 1001101 | 0 | 10011 | 11010 | 10100101 | 111111 | 101101 |
Color Harmonies of #2BBC98
Complementary color
Monochromatic Colors of #2BBC98
Black with #2BBC98
Text Example
Text Example
White with #2BBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC98; }
p { color: rgb(43,188,152); }
H1.HeaderClassName
{
color: #2BBC98;
}
.AnyTagClassName
{
color: #2BBC98;
}
</style>
background-color css
<style>
a { background-color: #2BBC98; }
a { background-color: rgb(43,188,152); }
div.DivClassName
{
background-color: #2BBC98;
}
.BgClassName
{
background-color: #2BBC98;
}
</style>
border-color css
<style>
span { border-color: #2BBC98; }
span { border-color: rgb(43,188,152); }
td.TdClassName
{
border-color: #2BBC98;
}
.TagClassName
{
border-color: #2BBC98;
}
</style>