Shades of Shamrock #2FCCAD
Tints of Shamrock #2FCCAD
RGB
CMYK
RGB Variations
Color information
#2FCCAD (or 0x2FCCAD) is known color: Shamrock. HEX triplet: 2F, CC and AD. RGB value is (47,204,173). Sum of RGB (Red+Green+Blue) = 47+204+173=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCCAD is #D03352. Grayscale: #999999. Windows color (decimal): -13644627 or 11389999. OLE color: 11389999.
HSL color Cylindrical-coordinate representation of color #2FCCAD: hue angle of 168.15º degrees, saturation: 0.63, 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 #2FCCAD is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 173 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.2 |
| HSL | 168.15º | 0.63% | 0.49% | - |
| HSV(B) | 168.15º | 0.77% | 0.8% | - |
| XYZ | 30.31 | 46.81 | 46.97 | - |
| YUV | 153.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 173 | 0.77 | 0 | 0.15 | 0.2 | 168.15 | 0.63 | 0.49 |
| Hex | 2F | CC | AD | 4D | 0 | F | 14 | A8 | 3F | 31 |
| Octal | 57 | 314 | 255 | 115 | 0 | 17 | 24 | 250 | 77 | 61 |
| Binary | 101111 | 11001100 | 10101101 | 1001101 | 0 | 1111 | 10100 | 10101000 | 111111 | 110001 |
Color Harmonies of #2FCCAD
Complementary color
Monochromatic Colors of #2FCCAD
Black with #2FCCAD
Text Example
Text Example
White with #2FCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCAD; }
p { color: rgb(47,204,173); }
H1.HeaderClassName
{
color: #2FCCAD;
}
.AnyTagClassName
{
color: #2FCCAD;
}
</style>
background-color css
<style>
a { background-color: #2FCCAD; }
a { background-color: rgb(47,204,173); }
div.DivClassName
{
background-color: #2FCCAD;
}
.BgClassName
{
background-color: #2FCCAD;
}
</style>
border-color css
<style>
span { border-color: #2FCCAD; }
span { border-color: rgb(47,204,173); }
td.TdClassName
{
border-color: #2FCCAD;
}
.TagClassName
{
border-color: #2FCCAD;
}
</style>