Shades of Shamrock #3FCCA0
Tints of Shamrock #3FCCA0
RGB
CMYK
RGB Variations
Color information
#3FCCA0 (or 0x3FCCA0) is known color: Shamrock. HEX triplet: 3F, CC and A0. RGB value is (63,204,160). Sum of RGB (Red+Green+Blue) = 63+204+160=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCCA0 is #C0335F. Grayscale: #9C9C9C. Windows color (decimal): -12596064 or 10538047. OLE color: 10538047.
HSL color Cylindrical-coordinate representation of color #3FCCA0: hue angle of 161.28º 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 #3FCCA0 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 160 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.2 |
| HSL | 161.28º | 0.58% | 0.52% | - |
| HSV(B) | 161.28º | 0.69% | 0.8% | - |
| XYZ | 29.99 | 46.78 | 40.71 | - |
| YUV | 156.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 160 | 0.69 | 0 | 0.22 | 0.2 | 161.28 | 0.58 | 0.52 |
| Hex | 3F | CC | A0 | 45 | 0 | 16 | 14 | A1 | 3A | 34 |
| Octal | 77 | 314 | 240 | 105 | 0 | 26 | 24 | 241 | 72 | 64 |
| Binary | 111111 | 11001100 | 10100000 | 1000101 | 0 | 10110 | 10100 | 10100001 | 111010 | 110100 |
Color Harmonies of #3FCCA0
Complementary color
Monochromatic Colors of #3FCCA0
Black with #3FCCA0
Text Example
Text Example
White with #3FCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCA0; }
p { color: rgb(63,204,160); }
H1.HeaderClassName
{
color: #3FCCA0;
}
.AnyTagClassName
{
color: #3FCCA0;
}
</style>
background-color css
<style>
a { background-color: #3FCCA0; }
a { background-color: rgb(63,204,160); }
div.DivClassName
{
background-color: #3FCCA0;
}
.BgClassName
{
background-color: #3FCCA0;
}
</style>
border-color css
<style>
span { border-color: #3FCCA0; }
span { border-color: rgb(63,204,160); }
td.TdClassName
{
border-color: #3FCCA0;
}
.TagClassName
{
border-color: #3FCCA0;
}
</style>