Shades of Shamrock #3FD2AB
Tints of Shamrock #3FD2AB
RGB
CMYK
RGB Variations
Color information
#3FD2AB (or 0x3FD2AB) is known color: Shamrock. HEX triplet: 3F, D2 and AB. RGB value is (63,210,171). Sum of RGB (Red+Green+Blue) = 63+210+171=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD2AB is #C02D54. Grayscale: #A1A1A1. Windows color (decimal): -12594517 or 11260479. OLE color: 11260479.
HSL color Cylindrical-coordinate representation of color #3FD2AB: hue angle of 164.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD2AB is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 171 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.18 |
| HSL | 164.08º | 0.62% | 0.54% | - |
| HSV(B) | 164.08º | 0.7% | 0.82% | - |
| XYZ | 32.45 | 50.09 | 46.49 | - |
| YUV | 161.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 171 | 0.70 | 0 | 0.19 | 0.18 | 164.08 | 0.62 | 0.54 |
| Hex | 3F | D2 | AB | 46 | 0 | 13 | 12 | A4 | 3E | 36 |
| Octal | 77 | 322 | 253 | 106 | 0 | 23 | 22 | 244 | 76 | 66 |
| Binary | 111111 | 11010010 | 10101011 | 1000110 | 0 | 10011 | 10010 | 10100100 | 111110 | 110110 |
Color Harmonies of #3FD2AB
Complementary color
Monochromatic Colors of #3FD2AB
Black with #3FD2AB
Text Example
Text Example
White with #3FD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD2AB; }
p { color: rgb(63,210,171); }
H1.HeaderClassName
{
color: #3FD2AB;
}
.AnyTagClassName
{
color: #3FD2AB;
}
</style>
background-color css
<style>
a { background-color: #3FD2AB; }
a { background-color: rgb(63,210,171); }
div.DivClassName
{
background-color: #3FD2AB;
}
.BgClassName
{
background-color: #3FD2AB;
}
</style>
border-color css
<style>
span { border-color: #3FD2AB; }
span { border-color: rgb(63,210,171); }
td.TdClassName
{
border-color: #3FD2AB;
}
.TagClassName
{
border-color: #3FD2AB;
}
</style>