Shades of Shamrock #2FCBB0
Tints of Shamrock #2FCBB0
RGB
CMYK
RGB Variations
Color information
#2FCBB0 (or 0x2FCBB0) is known color: Shamrock. HEX triplet: 2F, CB and B0. RGB value is (47,203,176). Sum of RGB (Red+Green+Blue) = 47+203+176=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCBB0 is #D0344F. Grayscale: #999999. Windows color (decimal): -13644880 or 11586351. OLE color: 11586351.
HSL color Cylindrical-coordinate representation of color #2FCBB0: hue angle of 169.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCBB0 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 176 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.20 |
| HSL | 169.62º | 0.62% | 0.49% | - |
| HSV(B) | 169.62º | 0.77% | 0.8% | - |
| XYZ | 30.36 | 46.45 | 48.44 | - |
| YUV | 153.28 | 140.82 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 176 | 0.77 | 0 | 0.13 | 0.20 | 169.62 | 0.62 | 0.49 |
| Hex | 2F | CB | B0 | 4D | 0 | D | 14 | AA | 3E | 31 |
| Octal | 57 | 313 | 260 | 115 | 0 | 15 | 24 | 252 | 76 | 61 |
| Binary | 101111 | 11001011 | 10110000 | 1001101 | 0 | 1101 | 10100 | 10101010 | 111110 | 110001 |
Color Harmonies of #2FCBB0
Complementary color
Monochromatic Colors of #2FCBB0
Black with #2FCBB0
Text Example
Text Example
White with #2FCBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBB0; }
p { color: rgb(47,203,176); }
H1.HeaderClassName
{
color: #2FCBB0;
}
.AnyTagClassName
{
color: #2FCBB0;
}
</style>
background-color css
<style>
a { background-color: #2FCBB0; }
a { background-color: rgb(47,203,176); }
div.DivClassName
{
background-color: #2FCBB0;
}
.BgClassName
{
background-color: #2FCBB0;
}
</style>
border-color css
<style>
span { border-color: #2FCBB0; }
span { border-color: rgb(47,203,176); }
td.TdClassName
{
border-color: #2FCBB0;
}
.TagClassName
{
border-color: #2FCBB0;
}
</style>