Shades of Shamrock #3FDFAB
Tints of Shamrock #3FDFAB
RGB
CMYK
RGB Variations
Color information
#3FDFAB (or 0x3FDFAB) is known color: Shamrock. HEX triplet: 3F, DF and AB. RGB value is (63,223,171). Sum of RGB (Red+Green+Blue) = 63+223+171=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDFAB is #C02054. Grayscale: #A9A9A9. Windows color (decimal): -12591189 or 11263807. OLE color: 11263807.
HSL color Cylindrical-coordinate representation of color #3FDFAB: hue angle of 160.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFAB is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 171 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.13 |
| HSL | 160.5º | 0.71% | 0.56% | - |
| HSV(B) | 160.5º | 0.72% | 0.87% | - |
| XYZ | 35.79 | 56.77 | 47.6 | - |
| YUV | 169.23 | 128.99 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 171 | 0.72 | 0 | 0.23 | 0.13 | 160.5 | 0.71 | 0.56 |
| Hex | 3F | DF | AB | 48 | 0 | 17 | D | A0 | 47 | 38 |
| Octal | 77 | 337 | 253 | 110 | 0 | 27 | 15 | 240 | 107 | 70 |
| Binary | 111111 | 11011111 | 10101011 | 1001000 | 0 | 10111 | 1101 | 10100000 | 1000111 | 111000 |
Color Harmonies of #3FDFAB
Complementary color
Monochromatic Colors of #3FDFAB
Black with #3FDFAB
Text Example
Text Example
White with #3FDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFAB; }
p { color: rgb(63,223,171); }
H1.HeaderClassName
{
color: #3FDFAB;
}
.AnyTagClassName
{
color: #3FDFAB;
}
</style>
background-color css
<style>
a { background-color: #3FDFAB; }
a { background-color: rgb(63,223,171); }
div.DivClassName
{
background-color: #3FDFAB;
}
.BgClassName
{
background-color: #3FDFAB;
}
</style>
border-color css
<style>
span { border-color: #3FDFAB; }
span { border-color: rgb(63,223,171); }
td.TdClassName
{
border-color: #3FDFAB;
}
.TagClassName
{
border-color: #3FDFAB;
}
</style>