Shades of Shamrock #2BCFB4
Tints of Shamrock #2BCFB4
RGB
CMYK
RGB Variations
Color information
#2BCFB4 (or 0x2BCFB4) is known color: Shamrock. HEX triplet: 2B, CF and B4. RGB value is (43,207,180). Sum of RGB (Red+Green+Blue) = 43+207+180=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFB4 is #D4304B. Grayscale: #9A9A9A. Windows color (decimal): -13905996 or 11849515. OLE color: 11849515.
HSL color Cylindrical-coordinate representation of color #2BCFB4: hue angle of 170.12º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCFB4 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 180 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.19 |
| HSL | 170.12º | 0.66% | 0.49% | - |
| HSV(B) | 170.12º | 0.79% | 0.81% | - |
| XYZ | 31.55 | 48.43 | 50.87 | - |
| YUV | 154.89 | 142.17 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 180 | 0.79 | 0 | 0.13 | 0.19 | 170.12 | 0.66 | 0.49 |
| Hex | 2B | CF | B4 | 4F | 0 | D | 13 | AA | 42 | 31 |
| Octal | 53 | 317 | 264 | 117 | 0 | 15 | 23 | 252 | 102 | 61 |
| Binary | 101011 | 11001111 | 10110100 | 1001111 | 0 | 1101 | 10011 | 10101010 | 1000010 | 110001 |
Color Harmonies of #2BCFB4
Complementary color
Monochromatic Colors of #2BCFB4
Black with #2BCFB4
Text Example
Text Example
White with #2BCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFB4; }
p { color: rgb(43,207,180); }
H1.HeaderClassName
{
color: #2BCFB4;
}
.AnyTagClassName
{
color: #2BCFB4;
}
</style>
background-color css
<style>
a { background-color: #2BCFB4; }
a { background-color: rgb(43,207,180); }
div.DivClassName
{
background-color: #2BCFB4;
}
.BgClassName
{
background-color: #2BCFB4;
}
</style>
border-color css
<style>
span { border-color: #2BCFB4; }
span { border-color: rgb(43,207,180); }
td.TdClassName
{
border-color: #2BCFB4;
}
.TagClassName
{
border-color: #2BCFB4;
}
</style>