Shades of Shamrock #2FCFAD
Tints of Shamrock #2FCFAD
RGB
CMYK
RGB Variations
Color information
#2FCFAD (or 0x2FCFAD) is known color: Shamrock. HEX triplet: 2F, CF and AD. RGB value is (47,207,173). Sum of RGB (Red+Green+Blue) = 47+207+173=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCFAD is #D03052. Grayscale: #9B9B9B. Windows color (decimal): -13643859 or 11390767. OLE color: 11390767.
HSL color Cylindrical-coordinate representation of color #2FCFAD: hue angle of 167.25º 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 #2FCFAD is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 173 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.19 |
| HSL | 167.25º | 0.63% | 0.5% | - |
| HSV(B) | 167.25º | 0.77% | 0.81% | - |
| XYZ | 31.03 | 48.25 | 47.21 | - |
| YUV | 155.28 | 137.99 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 173 | 0.77 | 0 | 0.16 | 0.19 | 167.25 | 0.63 | 0.5 |
| Hex | 2F | CF | AD | 4D | 0 | 10 | 13 | A7 | 3F | 32 |
| Octal | 57 | 317 | 255 | 115 | 0 | 20 | 23 | 247 | 77 | 62 |
| Binary | 101111 | 11001111 | 10101101 | 1001101 | 0 | 10000 | 10011 | 10100111 | 111111 | 110010 |
Color Harmonies of #2FCFAD
Complementary color
Monochromatic Colors of #2FCFAD
Black with #2FCFAD
Text Example
Text Example
White with #2FCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFAD; }
p { color: rgb(47,207,173); }
H1.HeaderClassName
{
color: #2FCFAD;
}
.AnyTagClassName
{
color: #2FCFAD;
}
</style>
background-color css
<style>
a { background-color: #2FCFAD; }
a { background-color: rgb(47,207,173); }
div.DivClassName
{
background-color: #2FCFAD;
}
.BgClassName
{
background-color: #2FCFAD;
}
</style>
border-color css
<style>
span { border-color: #2FCFAD; }
span { border-color: rgb(47,207,173); }
td.TdClassName
{
border-color: #2FCFAD;
}
.TagClassName
{
border-color: #2FCFAD;
}
</style>