Shades of Shamrock #3FC3AB
Tints of Shamrock #3FC3AB
RGB
CMYK
RGB Variations
Color information
#3FC3AB (or 0x3FC3AB) is known color: Shamrock. HEX triplet: 3F, C3 and AB. RGB value is (63,195,171). Sum of RGB (Red+Green+Blue) = 63+195+171=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC3AB is #C03C54. Grayscale: #989898. Windows color (decimal): -12598357 or 11256639. OLE color: 11256639.
HSL color Cylindrical-coordinate representation of color #3FC3AB: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC3AB is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 171 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.24 |
| HSL | 169.09º | 0.52% | 0.51% | - |
| HSV(B) | 169.09º | 0.68% | 0.76% | - |
| XYZ | 28.92 | 43.03 | 45.31 | - |
| YUV | 152.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 171 | 0.68 | 0 | 0.12 | 0.24 | 169.09 | 0.52 | 0.51 |
| Hex | 3F | C3 | AB | 44 | 0 | C | 18 | A9 | 34 | 33 |
| Octal | 77 | 303 | 253 | 104 | 0 | 14 | 30 | 251 | 64 | 63 |
| Binary | 111111 | 11000011 | 10101011 | 1000100 | 0 | 1100 | 11000 | 10101001 | 110100 | 110011 |
Color Harmonies of #3FC3AB
Complementary color
Monochromatic Colors of #3FC3AB
Black with #3FC3AB
Text Example
Text Example
White with #3FC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC3AB; }
p { color: rgb(63,195,171); }
H1.HeaderClassName
{
color: #3FC3AB;
}
.AnyTagClassName
{
color: #3FC3AB;
}
</style>
background-color css
<style>
a { background-color: #3FC3AB; }
a { background-color: rgb(63,195,171); }
div.DivClassName
{
background-color: #3FC3AB;
}
.BgClassName
{
background-color: #3FC3AB;
}
</style>
border-color css
<style>
span { border-color: #3FC3AB; }
span { border-color: rgb(63,195,171); }
td.TdClassName
{
border-color: #3FC3AB;
}
.TagClassName
{
border-color: #3FC3AB;
}
</style>