Shades of Shamrock #3FCCAF
Tints of Shamrock #3FCCAF
RGB
CMYK
RGB Variations
Color information
#3FCCAF (or 0x3FCCAF) is known color: Shamrock. HEX triplet: 3F, CC and AF. RGB value is (63,204,175). Sum of RGB (Red+Green+Blue) = 63+204+175=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCCAF is #C03350. Grayscale: #9E9E9E. Windows color (decimal): -12596049 or 11521087. OLE color: 11521087.
HSL color Cylindrical-coordinate representation of color #3FCCAF: hue angle of 167.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCCAF is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 175 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.2 |
| HSL | 167.66º | 0.58% | 0.52% | - |
| HSV(B) | 167.66º | 0.69% | 0.8% | - |
| XYZ | 31.38 | 47.34 | 48.04 | - |
| YUV | 158.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 175 | 0.69 | 0 | 0.14 | 0.2 | 167.66 | 0.58 | 0.52 |
| Hex | 3F | CC | AF | 45 | 0 | E | 14 | A8 | 3A | 34 |
| Octal | 77 | 314 | 257 | 105 | 0 | 16 | 24 | 250 | 72 | 64 |
| Binary | 111111 | 11001100 | 10101111 | 1000101 | 0 | 1110 | 10100 | 10101000 | 111010 | 110100 |
Color Harmonies of #3FCCAF
Complementary color
Monochromatic Colors of #3FCCAF
Black with #3FCCAF
Text Example
Text Example
White with #3FCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCAF; }
p { color: rgb(63,204,175); }
H1.HeaderClassName
{
color: #3FCCAF;
}
.AnyTagClassName
{
color: #3FCCAF;
}
</style>
background-color css
<style>
a { background-color: #3FCCAF; }
a { background-color: rgb(63,204,175); }
div.DivClassName
{
background-color: #3FCCAF;
}
.BgClassName
{
background-color: #3FCCAF;
}
</style>
border-color css
<style>
span { border-color: #3FCCAF; }
span { border-color: rgb(63,204,175); }
td.TdClassName
{
border-color: #3FCCAF;
}
.TagClassName
{
border-color: #3FCCAF;
}
</style>