Shades of Shamrock #3FCAA5
Tints of Shamrock #3FCAA5
RGB
CMYK
RGB Variations
Color information
#3FCAA5 (or 0x3FCAA5) is known color: Shamrock. HEX triplet: 3F, CA and A5. RGB value is (63,202,165). Sum of RGB (Red+Green+Blue) = 63+202+165=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCAA5 is #C0355A. Grayscale: #9C9C9C. Windows color (decimal): -12596571 or 10865215. OLE color: 10865215.
HSL color Cylindrical-coordinate representation of color #3FCAA5: hue angle of 164.03º 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 #3FCAA5 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 165 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.21 |
| HSL | 164.03º | 0.57% | 0.52% | - |
| HSV(B) | 164.03º | 0.69% | 0.79% | - |
| XYZ | 29.96 | 46.01 | 42.9 | - |
| YUV | 156.22 | 132.95 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 165 | 0.69 | 0 | 0.18 | 0.21 | 164.03 | 0.57 | 0.52 |
| Hex | 3F | CA | A5 | 45 | 0 | 12 | 15 | A4 | 39 | 34 |
| Octal | 77 | 312 | 245 | 105 | 0 | 22 | 25 | 244 | 71 | 64 |
| Binary | 111111 | 11001010 | 10100101 | 1000101 | 0 | 10010 | 10101 | 10100100 | 111001 | 110100 |
Color Harmonies of #3FCAA5
Complementary color
Monochromatic Colors of #3FCAA5
Black with #3FCAA5
Text Example
Text Example
White with #3FCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAA5; }
p { color: rgb(63,202,165); }
H1.HeaderClassName
{
color: #3FCAA5;
}
.AnyTagClassName
{
color: #3FCAA5;
}
</style>
background-color css
<style>
a { background-color: #3FCAA5; }
a { background-color: rgb(63,202,165); }
div.DivClassName
{
background-color: #3FCAA5;
}
.BgClassName
{
background-color: #3FCAA5;
}
</style>
border-color css
<style>
span { border-color: #3FCAA5; }
span { border-color: rgb(63,202,165); }
td.TdClassName
{
border-color: #3FCAA5;
}
.TagClassName
{
border-color: #3FCAA5;
}
</style>