Shades of Shamrock #3FCAA2
Tints of Shamrock #3FCAA2
RGB
CMYK
RGB Variations
Color information
#3FCAA2 (or 0x3FCAA2) is known color: Shamrock. HEX triplet: 3F, CA and A2. RGB value is (63,202,162). Sum of RGB (Red+Green+Blue) = 63+202+162=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCAA2 is #C0355D. Grayscale: #9B9B9B. Windows color (decimal): -12596574 or 10668607. OLE color: 10668607.
HSL color Cylindrical-coordinate representation of color #3FCAA2: hue angle of 162.73º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCAA2 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 162 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.21 |
| HSL | 162.73º | 0.57% | 0.52% | - |
| HSV(B) | 162.73º | 0.69% | 0.79% | - |
| XYZ | 29.69 | 45.91 | 41.48 | - |
| YUV | 155.88 | 131.45 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 162 | 0.69 | 0 | 0.20 | 0.21 | 162.73 | 0.57 | 0.52 |
| Hex | 3F | CA | A2 | 45 | 0 | 14 | 15 | A3 | 39 | 34 |
| Octal | 77 | 312 | 242 | 105 | 0 | 24 | 25 | 243 | 71 | 64 |
| Binary | 111111 | 11001010 | 10100010 | 1000101 | 0 | 10100 | 10101 | 10100011 | 111001 | 110100 |
Color Harmonies of #3FCAA2
Complementary color
Monochromatic Colors of #3FCAA2
Black with #3FCAA2
Text Example
Text Example
White with #3FCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAA2; }
p { color: rgb(63,202,162); }
H1.HeaderClassName
{
color: #3FCAA2;
}
.AnyTagClassName
{
color: #3FCAA2;
}
</style>
background-color css
<style>
a { background-color: #3FCAA2; }
a { background-color: rgb(63,202,162); }
div.DivClassName
{
background-color: #3FCAA2;
}
.BgClassName
{
background-color: #3FCAA2;
}
</style>
border-color css
<style>
span { border-color: #3FCAA2; }
span { border-color: rgb(63,202,162); }
td.TdClassName
{
border-color: #3FCAA2;
}
.TagClassName
{
border-color: #3FCAA2;
}
</style>