Shades of Shamrock #2FD8B0
Tints of Shamrock #2FD8B0
RGB
CMYK
RGB Variations
Color information
#2FD8B0 (or 0x2FD8B0) is known color: Shamrock. HEX triplet: 2F, D8 and B0. RGB value is (47,216,176). Sum of RGB (Red+Green+Blue) = 47+216+176=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD8B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD8B0 is #D0274F. Grayscale: #A0A0A0. Windows color (decimal): -13641552 or 11589679. OLE color: 11589679.
HSL color Cylindrical-coordinate representation of color #2FD8B0: hue angle of 165.8º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD8B0 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 176 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.15 |
| HSL | 165.8º | 0.68% | 0.52% | - |
| HSV(B) | 165.8º | 0.78% | 0.85% | - |
| XYZ | 33.56 | 52.85 | 49.51 | - |
| YUV | 160.91 | 136.51 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 176 | 0.78 | 0 | 0.19 | 0.15 | 165.8 | 0.68 | 0.52 |
| Hex | 2F | D8 | B0 | 4E | 0 | 13 | F | A6 | 44 | 34 |
| Octal | 57 | 330 | 260 | 116 | 0 | 23 | 17 | 246 | 104 | 64 |
| Binary | 101111 | 11011000 | 10110000 | 1001110 | 0 | 10011 | 1111 | 10100110 | 1000100 | 110100 |
Color Harmonies of #2FD8B0
Complementary color
Monochromatic Colors of #2FD8B0
Black with #2FD8B0
Text Example
Text Example
White with #2FD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD8B0; }
p { color: rgb(47,216,176); }
H1.HeaderClassName
{
color: #2FD8B0;
}
.AnyTagClassName
{
color: #2FD8B0;
}
</style>
background-color css
<style>
a { background-color: #2FD8B0; }
a { background-color: rgb(47,216,176); }
div.DivClassName
{
background-color: #2FD8B0;
}
.BgClassName
{
background-color: #2FD8B0;
}
</style>
border-color css
<style>
span { border-color: #2FD8B0; }
span { border-color: rgb(47,216,176); }
td.TdClassName
{
border-color: #2FD8B0;
}
.TagClassName
{
border-color: #2FD8B0;
}
</style>