Shades of Shamrock #2BBD9B
Tints of Shamrock #2BBD9B
RGB
CMYK
RGB Variations
Color information
#2BBD9B (or 0x2BBD9B) is known color: Shamrock. HEX triplet: 2B, BD and 9B. RGB value is (43,189,155). Sum of RGB (Red+Green+Blue) = 43+189+155=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBD9B is #D44264. Grayscale: #8D8D8D. Windows color (decimal): -13910629 or 10206507. OLE color: 10206507.
HSL color Cylindrical-coordinate representation of color #2BBD9B: hue angle of 166.03º 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 #2BBD9B is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 155 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.26 |
| HSL | 166.03º | 0.63% | 0.45% | - |
| HSV(B) | 166.03º | 0.77% | 0.74% | - |
| XYZ | 25.11 | 39.28 | 37.27 | - |
| YUV | 141.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 155 | 0.77 | 0 | 0.18 | 0.26 | 166.03 | 0.63 | 0.45 |
| Hex | 2B | BD | 9B | 4D | 0 | 12 | 1A | A6 | 3F | 2D |
| Octal | 53 | 275 | 233 | 115 | 0 | 22 | 32 | 246 | 77 | 55 |
| Binary | 101011 | 10111101 | 10011011 | 1001101 | 0 | 10010 | 11010 | 10100110 | 111111 | 101101 |
Color Harmonies of #2BBD9B
Complementary color
Monochromatic Colors of #2BBD9B
Black with #2BBD9B
Text Example
Text Example
White with #2BBD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBD9B; }
p { color: rgb(43,189,155); }
H1.HeaderClassName
{
color: #2BBD9B;
}
.AnyTagClassName
{
color: #2BBD9B;
}
</style>
background-color css
<style>
a { background-color: #2BBD9B; }
a { background-color: rgb(43,189,155); }
div.DivClassName
{
background-color: #2BBD9B;
}
.BgClassName
{
background-color: #2BBD9B;
}
</style>
border-color css
<style>
span { border-color: #2BBD9B; }
span { border-color: rgb(43,189,155); }
td.TdClassName
{
border-color: #2BBD9B;
}
.TagClassName
{
border-color: #2BBD9B;
}
</style>