Shades of Shamrock #2BBE99
Tints of Shamrock #2BBE99
RGB
CMYK
RGB Variations
Color information
#2BBE99 (or 0x2BBE99) is known color: Shamrock. HEX triplet: 2B, BE and 99. RGB value is (43,190,153). Sum of RGB (Red+Green+Blue) = 43+190+153=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE99 is #D44166. Grayscale: #8D8D8D. Windows color (decimal): -13910375 or 10075691. OLE color: 10075691.
HSL color Cylindrical-coordinate representation of color #2BBE99: hue angle of 164.9º 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 #2BBE99 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 153 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.25 |
| HSL | 164.9º | 0.63% | 0.46% | - |
| HSV(B) | 164.9º | 0.77% | 0.75% | - |
| XYZ | 25.16 | 39.64 | 36.46 | - |
| YUV | 141.83 | 134.3 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 153 | 0.77 | 0 | 0.19 | 0.25 | 164.9 | 0.63 | 0.46 |
| Hex | 2B | BE | 99 | 4D | 0 | 13 | 19 | A5 | 3F | 2E |
| Octal | 53 | 276 | 231 | 115 | 0 | 23 | 31 | 245 | 77 | 56 |
| Binary | 101011 | 10111110 | 10011001 | 1001101 | 0 | 10011 | 11001 | 10100101 | 111111 | 101110 |
Color Harmonies of #2BBE99
Complementary color
Monochromatic Colors of #2BBE99
Black with #2BBE99
Text Example
Text Example
White with #2BBE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE99; }
p { color: rgb(43,190,153); }
H1.HeaderClassName
{
color: #2BBE99;
}
.AnyTagClassName
{
color: #2BBE99;
}
</style>
background-color css
<style>
a { background-color: #2BBE99; }
a { background-color: rgb(43,190,153); }
div.DivClassName
{
background-color: #2BBE99;
}
.BgClassName
{
background-color: #2BBE99;
}
</style>
border-color css
<style>
span { border-color: #2BBE99; }
span { border-color: rgb(43,190,153); }
td.TdClassName
{
border-color: #2BBE99;
}
.TagClassName
{
border-color: #2BBE99;
}
</style>