Shades of Shamrock #2BBE98
Tints of Shamrock #2BBE98
RGB
CMYK
RGB Variations
Color information
#2BBE98 (or 0x2BBE98) is known color: Shamrock. HEX triplet: 2B, BE and 98. RGB value is (43,190,152). Sum of RGB (Red+Green+Blue) = 43+190+152=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE98 is #D44167. Grayscale: #8D8D8D. Windows color (decimal): -13910376 or 10010155. OLE color: 10010155.
HSL color Cylindrical-coordinate representation of color #2BBE98: hue angle of 164.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE98 is Cyan = 0.77, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 152 | - |
| CMYK | 0.77 | 0 | 0.2 | 0.25 |
| HSL | 164.49º | 0.63% | 0.46% | - |
| HSV(B) | 164.49º | 0.77% | 0.75% | - |
| XYZ | 25.08 | 39.61 | 36.03 | - |
| YUV | 141.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 152 | 0.77 | 0 | 0.2 | 0.25 | 164.49 | 0.63 | 0.46 |
| Hex | 2B | BE | 98 | 4D | 0 | 14 | 19 | A4 | 3F | 2E |
| Octal | 53 | 276 | 230 | 115 | 0 | 24 | 31 | 244 | 77 | 56 |
| Binary | 101011 | 10111110 | 10011000 | 1001101 | 0 | 10100 | 11001 | 10100100 | 111111 | 101110 |
Color Harmonies of #2BBE98
Complementary color
Monochromatic Colors of #2BBE98
Black with #2BBE98
Text Example
Text Example
White with #2BBE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE98; }
p { color: rgb(43,190,152); }
H1.HeaderClassName
{
color: #2BBE98;
}
.AnyTagClassName
{
color: #2BBE98;
}
</style>
background-color css
<style>
a { background-color: #2BBE98; }
a { background-color: rgb(43,190,152); }
div.DivClassName
{
background-color: #2BBE98;
}
.BgClassName
{
background-color: #2BBE98;
}
</style>
border-color css
<style>
span { border-color: #2BBE98; }
span { border-color: rgb(43,190,152); }
td.TdClassName
{
border-color: #2BBE98;
}
.TagClassName
{
border-color: #2BBE98;
}
</style>