Shades of Shamrock #2FCEB5
Tints of Shamrock #2FCEB5
RGB
CMYK
RGB Variations
Color information
#2FCEB5 (or 0x2FCEB5) is known color: Shamrock. HEX triplet: 2F, CE and B5. RGB value is (47,206,181). Sum of RGB (Red+Green+Blue) = 47+206+181=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEB5 is #D0314A. Grayscale: #9B9B9B. Windows color (decimal): -13644107 or 11914799. OLE color: 11914799.
HSL color Cylindrical-coordinate representation of color #2FCEB5: hue angle of 170.57º 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 #2FCEB5 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 181 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.19 |
| HSL | 170.57º | 0.63% | 0.5% | - |
| HSV(B) | 170.57º | 0.77% | 0.81% | - |
| XYZ | 31.58 | 48.08 | 51.33 | - |
| YUV | 155.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 181 | 0.77 | 0 | 0.12 | 0.19 | 170.57 | 0.63 | 0.5 |
| Hex | 2F | CE | B5 | 4D | 0 | C | 13 | AB | 3F | 32 |
| Octal | 57 | 316 | 265 | 115 | 0 | 14 | 23 | 253 | 77 | 62 |
| Binary | 101111 | 11001110 | 10110101 | 1001101 | 0 | 1100 | 10011 | 10101011 | 111111 | 110010 |
Color Harmonies of #2FCEB5
Complementary color
Monochromatic Colors of #2FCEB5
Black with #2FCEB5
Text Example
Text Example
White with #2FCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEB5; }
p { color: rgb(47,206,181); }
H1.HeaderClassName
{
color: #2FCEB5;
}
.AnyTagClassName
{
color: #2FCEB5;
}
</style>
background-color css
<style>
a { background-color: #2FCEB5; }
a { background-color: rgb(47,206,181); }
div.DivClassName
{
background-color: #2FCEB5;
}
.BgClassName
{
background-color: #2FCEB5;
}
</style>
border-color css
<style>
span { border-color: #2FCEB5; }
span { border-color: rgb(47,206,181); }
td.TdClassName
{
border-color: #2FCEB5;
}
.TagClassName
{
border-color: #2FCEB5;
}
</style>