Shades of Shamrock #2FCCB4
Tints of Shamrock #2FCCB4
RGB
CMYK
RGB Variations
Color information
#2FCCB4 (or 0x2FCCB4) is known color: Shamrock. HEX triplet: 2F, CC and B4. RGB value is (47,204,180). Sum of RGB (Red+Green+Blue) = 47+204+180=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCB4 is #D0334B. Grayscale: #9A9A9A. Windows color (decimal): -13644620 or 11848751. OLE color: 11848751.
HSL color Cylindrical-coordinate representation of color #2FCCB4: hue angle of 170.83º 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 #2FCCB4 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 180 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.2 |
| HSL | 170.83º | 0.63% | 0.49% | - |
| HSV(B) | 170.83º | 0.77% | 0.8% | - |
| XYZ | 31 | 47.09 | 50.63 | - |
| YUV | 154.32 | 142.49 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 180 | 0.77 | 0 | 0.12 | 0.2 | 170.83 | 0.63 | 0.49 |
| Hex | 2F | CC | B4 | 4D | 0 | C | 14 | AB | 3F | 31 |
| Octal | 57 | 314 | 264 | 115 | 0 | 14 | 24 | 253 | 77 | 61 |
| Binary | 101111 | 11001100 | 10110100 | 1001101 | 0 | 1100 | 10100 | 10101011 | 111111 | 110001 |
Color Harmonies of #2FCCB4
Complementary color
Monochromatic Colors of #2FCCB4
Black with #2FCCB4
Text Example
Text Example
White with #2FCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCB4; }
p { color: rgb(47,204,180); }
H1.HeaderClassName
{
color: #2FCCB4;
}
.AnyTagClassName
{
color: #2FCCB4;
}
</style>
background-color css
<style>
a { background-color: #2FCCB4; }
a { background-color: rgb(47,204,180); }
div.DivClassName
{
background-color: #2FCCB4;
}
.BgClassName
{
background-color: #2FCCB4;
}
</style>
border-color css
<style>
span { border-color: #2FCCB4; }
span { border-color: rgb(47,204,180); }
td.TdClassName
{
border-color: #2FCCB4;
}
.TagClassName
{
border-color: #2FCCB4;
}
</style>