Shades of Shamrock #3FCCA2
Tints of Shamrock #3FCCA2
RGB
CMYK
RGB Variations
Color information
#3FCCA2 (or 0x3FCCA2) is known color: Shamrock. HEX triplet: 3F, CC and A2. RGB value is (63,204,162). Sum of RGB (Red+Green+Blue) = 63+204+162=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCCA2 is #C0335D. Grayscale: #9D9D9D. Windows color (decimal): -12596062 or 10669119. OLE color: 10669119.
HSL color Cylindrical-coordinate representation of color #3FCCA2: hue angle of 162.13º 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 #3FCCA2 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 162 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.2 |
| HSL | 162.13º | 0.58% | 0.52% | - |
| HSV(B) | 162.13º | 0.69% | 0.8% | - |
| XYZ | 30.16 | 46.85 | 41.64 | - |
| YUV | 157.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 162 | 0.69 | 0 | 0.21 | 0.2 | 162.13 | 0.58 | 0.52 |
| Hex | 3F | CC | A2 | 45 | 0 | 15 | 14 | A2 | 3A | 34 |
| Octal | 77 | 314 | 242 | 105 | 0 | 25 | 24 | 242 | 72 | 64 |
| Binary | 111111 | 11001100 | 10100010 | 1000101 | 0 | 10101 | 10100 | 10100010 | 111010 | 110100 |
Color Harmonies of #3FCCA2
Complementary color
Monochromatic Colors of #3FCCA2
Black with #3FCCA2
Text Example
Text Example
White with #3FCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCA2; }
p { color: rgb(63,204,162); }
H1.HeaderClassName
{
color: #3FCCA2;
}
.AnyTagClassName
{
color: #3FCCA2;
}
</style>
background-color css
<style>
a { background-color: #3FCCA2; }
a { background-color: rgb(63,204,162); }
div.DivClassName
{
background-color: #3FCCA2;
}
.BgClassName
{
background-color: #3FCCA2;
}
</style>
border-color css
<style>
span { border-color: #3FCCA2; }
span { border-color: rgb(63,204,162); }
td.TdClassName
{
border-color: #3FCCA2;
}
.TagClassName
{
border-color: #3FCCA2;
}
</style>