Shades of Shamrock #2FCCB0
Tints of Shamrock #2FCCB0
RGB
CMYK
RGB Variations
Color information
#2FCCB0 (or 0x2FCCB0) is known color: Shamrock. HEX triplet: 2F, CC and B0. RGB value is (47,204,176). Sum of RGB (Red+Green+Blue) = 47+204+176=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCCB0 is #D0334F. Grayscale: #999999. Windows color (decimal): -13644624 or 11586607. OLE color: 11586607.
HSL color Cylindrical-coordinate representation of color #2FCCB0: hue angle of 169.3º degrees, saturation: 0.63, 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 #2FCCB0 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 176 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.2 |
| HSL | 169.3º | 0.63% | 0.49% | - |
| HSV(B) | 169.3º | 0.77% | 0.8% | - |
| XYZ | 30.6 | 46.92 | 48.52 | - |
| YUV | 153.87 | 140.49 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 176 | 0.77 | 0 | 0.14 | 0.2 | 169.3 | 0.63 | 0.49 |
| Hex | 2F | CC | B0 | 4D | 0 | E | 14 | A9 | 3F | 31 |
| Octal | 57 | 314 | 260 | 115 | 0 | 16 | 24 | 251 | 77 | 61 |
| Binary | 101111 | 11001100 | 10110000 | 1001101 | 0 | 1110 | 10100 | 10101001 | 111111 | 110001 |
Color Harmonies of #2FCCB0
Complementary color
Monochromatic Colors of #2FCCB0
Black with #2FCCB0
Text Example
Text Example
White with #2FCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCB0; }
p { color: rgb(47,204,176); }
H1.HeaderClassName
{
color: #2FCCB0;
}
.AnyTagClassName
{
color: #2FCCB0;
}
</style>
background-color css
<style>
a { background-color: #2FCCB0; }
a { background-color: rgb(47,204,176); }
div.DivClassName
{
background-color: #2FCCB0;
}
.BgClassName
{
background-color: #2FCCB0;
}
</style>
border-color css
<style>
span { border-color: #2FCCB0; }
span { border-color: rgb(47,204,176); }
td.TdClassName
{
border-color: #2FCCB0;
}
.TagClassName
{
border-color: #2FCCB0;
}
</style>