Shades of Shamrock #2BBE9F
Tints of Shamrock #2BBE9F
RGB
CMYK
RGB Variations
Color information
#2BBE9F (or 0x2BBE9F) is known color: Shamrock. HEX triplet: 2B, BE and 9F. RGB value is (43,190,159). Sum of RGB (Red+Green+Blue) = 43+190+159=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE9F is #D44160. Grayscale: #8E8E8E. Windows color (decimal): -13910369 or 10468907. OLE color: 10468907.
HSL color Cylindrical-coordinate representation of color #2BBE9F: hue angle of 167.35º 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 #2BBE9F is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 159 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.25 |
| HSL | 167.35º | 0.63% | 0.46% | - |
| HSV(B) | 167.35º | 0.77% | 0.75% | - |
| XYZ | 25.67 | 39.84 | 39.14 | - |
| YUV | 142.51 | 137.3 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 159 | 0.77 | 0 | 0.16 | 0.25 | 167.35 | 0.63 | 0.46 |
| Hex | 2B | BE | 9F | 4D | 0 | 10 | 19 | A7 | 3F | 2E |
| Octal | 53 | 276 | 237 | 115 | 0 | 20 | 31 | 247 | 77 | 56 |
| Binary | 101011 | 10111110 | 10011111 | 1001101 | 0 | 10000 | 11001 | 10100111 | 111111 | 101110 |
Color Harmonies of #2BBE9F
Complementary color
Monochromatic Colors of #2BBE9F
Black with #2BBE9F
Text Example
Text Example
White with #2BBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE9F; }
p { color: rgb(43,190,159); }
H1.HeaderClassName
{
color: #2BBE9F;
}
.AnyTagClassName
{
color: #2BBE9F;
}
</style>
background-color css
<style>
a { background-color: #2BBE9F; }
a { background-color: rgb(43,190,159); }
div.DivClassName
{
background-color: #2BBE9F;
}
.BgClassName
{
background-color: #2BBE9F;
}
</style>
border-color css
<style>
span { border-color: #2BBE9F; }
span { border-color: rgb(43,190,159); }
td.TdClassName
{
border-color: #2BBE9F;
}
.TagClassName
{
border-color: #2BBE9F;
}
</style>