Shades of Shamrock #2FBA9B
Tints of Shamrock #2FBA9B
RGB
CMYK
RGB Variations
Color information
#2FBA9B (or 0x2FBA9B) is known color: Shamrock. HEX triplet: 2F, BA and 9B. RGB value is (47,186,155). Sum of RGB (Red+Green+Blue) = 47+186+155=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA9B is #D04564. Grayscale: #8C8C8C. Windows color (decimal): -13649253 or 10205743. OLE color: 10205743.
HSL color Cylindrical-coordinate representation of color #2FBA9B: hue angle of 166.62º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA9B is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 155 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.27 |
| HSL | 166.62º | 0.6% | 0.46% | - |
| HSV(B) | 166.62º | 0.75% | 0.73% | - |
| XYZ | 24.65 | 38.09 | 37.06 | - |
| YUV | 140.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 155 | 0.75 | 0 | 0.17 | 0.27 | 166.62 | 0.6 | 0.46 |
| Hex | 2F | BA | 9B | 4B | 0 | 11 | 1B | A7 | 3C | 2E |
| Octal | 57 | 272 | 233 | 113 | 0 | 21 | 33 | 247 | 74 | 56 |
| Binary | 101111 | 10111010 | 10011011 | 1001011 | 0 | 10001 | 11011 | 10100111 | 111100 | 101110 |
Color Harmonies of #2FBA9B
Complementary color
Monochromatic Colors of #2FBA9B
Black with #2FBA9B
Text Example
Text Example
White with #2FBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA9B; }
p { color: rgb(47,186,155); }
H1.HeaderClassName
{
color: #2FBA9B;
}
.AnyTagClassName
{
color: #2FBA9B;
}
</style>
background-color css
<style>
a { background-color: #2FBA9B; }
a { background-color: rgb(47,186,155); }
div.DivClassName
{
background-color: #2FBA9B;
}
.BgClassName
{
background-color: #2FBA9B;
}
</style>
border-color css
<style>
span { border-color: #2FBA9B; }
span { border-color: rgb(47,186,155); }
td.TdClassName
{
border-color: #2FBA9B;
}
.TagClassName
{
border-color: #2FBA9B;
}
</style>