Shades of Shamrock #2FDBAE
Tints of Shamrock #2FDBAE
RGB
CMYK
RGB Variations
Color information
#2FDBAE (or 0x2FDBAE) is known color: Shamrock. HEX triplet: 2F, DB and AE. RGB value is (47,219,174). Sum of RGB (Red+Green+Blue) = 47+219+174=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDBAE is #D02451. Grayscale: #A2A2A2. Windows color (decimal): -13640786 or 11459375. OLE color: 11459375.
HSL color Cylindrical-coordinate representation of color #2FDBAE: hue angle of 164.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDBAE is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 174 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.14 |
| HSL | 164.3º | 0.7% | 0.52% | - |
| HSV(B) | 164.3º | 0.79% | 0.86% | - |
| XYZ | 34.14 | 54.32 | 48.73 | - |
| YUV | 162.44 | 134.52 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 174 | 0.79 | 0 | 0.21 | 0.14 | 164.3 | 0.7 | 0.52 |
| Hex | 2F | DB | AE | 4F | 0 | 15 | E | A4 | 46 | 34 |
| Octal | 57 | 333 | 256 | 117 | 0 | 25 | 16 | 244 | 106 | 64 |
| Binary | 101111 | 11011011 | 10101110 | 1001111 | 0 | 10101 | 1110 | 10100100 | 1000110 | 110100 |
Color Harmonies of #2FDBAE
Complementary color
Monochromatic Colors of #2FDBAE
Black with #2FDBAE
Text Example
Text Example
White with #2FDBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBAE; }
p { color: rgb(47,219,174); }
H1.HeaderClassName
{
color: #2FDBAE;
}
.AnyTagClassName
{
color: #2FDBAE;
}
</style>
background-color css
<style>
a { background-color: #2FDBAE; }
a { background-color: rgb(47,219,174); }
div.DivClassName
{
background-color: #2FDBAE;
}
.BgClassName
{
background-color: #2FDBAE;
}
</style>
border-color css
<style>
span { border-color: #2FDBAE; }
span { border-color: rgb(47,219,174); }
td.TdClassName
{
border-color: #2FDBAE;
}
.TagClassName
{
border-color: #2FDBAE;
}
</style>