Shades of Shamrock #2FCEB0
Tints of Shamrock #2FCEB0
RGB
CMYK
RGB Variations
Color information
#2FCEB0 (or 0x2FCEB0) is known color: Shamrock. HEX triplet: 2F, CE and B0. RGB value is (47,206,176). Sum of RGB (Red+Green+Blue) = 47+206+176=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCEB0 is #D0314F. Grayscale: #9B9B9B. Windows color (decimal): -13644112 or 11587119. OLE color: 11587119.
HSL color Cylindrical-coordinate representation of color #2FCEB0: hue angle of 168.68º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCEB0 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 176 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.19 |
| HSL | 168.68º | 0.63% | 0.5% | - |
| HSV(B) | 168.68º | 0.77% | 0.81% | - |
| XYZ | 31.08 | 47.88 | 48.68 | - |
| YUV | 155.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 176 | 0.77 | 0 | 0.15 | 0.19 | 168.68 | 0.63 | 0.5 |
| Hex | 2F | CE | B0 | 4D | 0 | F | 13 | A9 | 3F | 32 |
| Octal | 57 | 316 | 260 | 115 | 0 | 17 | 23 | 251 | 77 | 62 |
| Binary | 101111 | 11001110 | 10110000 | 1001101 | 0 | 1111 | 10011 | 10101001 | 111111 | 110010 |
Color Harmonies of #2FCEB0
Complementary color
Monochromatic Colors of #2FCEB0
Black with #2FCEB0
Text Example
Text Example
White with #2FCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEB0; }
p { color: rgb(47,206,176); }
H1.HeaderClassName
{
color: #2FCEB0;
}
.AnyTagClassName
{
color: #2FCEB0;
}
</style>
background-color css
<style>
a { background-color: #2FCEB0; }
a { background-color: rgb(47,206,176); }
div.DivClassName
{
background-color: #2FCEB0;
}
.BgClassName
{
background-color: #2FCEB0;
}
</style>
border-color css
<style>
span { border-color: #2FCEB0; }
span { border-color: rgb(47,206,176); }
td.TdClassName
{
border-color: #2FCEB0;
}
.TagClassName
{
border-color: #2FCEB0;
}
</style>