Shades of Shamrock #2FCBAE
Tints of Shamrock #2FCBAE
RGB
CMYK
RGB Variations
Color information
#2FCBAE (or 0x2FCBAE) is known color: Shamrock. HEX triplet: 2F, CB and AE. RGB value is (47,203,174). Sum of RGB (Red+Green+Blue) = 47+203+174=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCBAE is #D03451. Grayscale: #999999. Windows color (decimal): -13644882 or 11455279. OLE color: 11455279.
HSL color Cylindrical-coordinate representation of color #2FCBAE: hue angle of 168.85º degrees, saturation: 0.62, 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 #2FCBAE is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 174 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.20 |
| HSL | 168.85º | 0.62% | 0.49% | - |
| HSV(B) | 168.85º | 0.77% | 0.8% | - |
| XYZ | 30.17 | 46.37 | 47.41 | - |
| YUV | 153.05 | 139.82 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 174 | 0.77 | 0 | 0.14 | 0.20 | 168.85 | 0.62 | 0.49 |
| Hex | 2F | CB | AE | 4D | 0 | E | 14 | A9 | 3E | 31 |
| Octal | 57 | 313 | 256 | 115 | 0 | 16 | 24 | 251 | 76 | 61 |
| Binary | 101111 | 11001011 | 10101110 | 1001101 | 0 | 1110 | 10100 | 10101001 | 111110 | 110001 |
Color Harmonies of #2FCBAE
Complementary color
Monochromatic Colors of #2FCBAE
Black with #2FCBAE
Text Example
Text Example
White with #2FCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBAE; }
p { color: rgb(47,203,174); }
H1.HeaderClassName
{
color: #2FCBAE;
}
.AnyTagClassName
{
color: #2FCBAE;
}
</style>
background-color css
<style>
a { background-color: #2FCBAE; }
a { background-color: rgb(47,203,174); }
div.DivClassName
{
background-color: #2FCBAE;
}
.BgClassName
{
background-color: #2FCBAE;
}
</style>
border-color css
<style>
span { border-color: #2FCBAE; }
span { border-color: rgb(47,203,174); }
td.TdClassName
{
border-color: #2FCBAE;
}
.TagClassName
{
border-color: #2FCBAE;
}
</style>