Shades of Shamrock #3FDFAA
Tints of Shamrock #3FDFAA
RGB
CMYK
RGB Variations
Color information
#3FDFAA (or 0x3FDFAA) is known color: Shamrock. HEX triplet: 3F, DF and AA. RGB value is (63,223,170). Sum of RGB (Red+Green+Blue) = 63+223+170=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDFAA is #C02055. Grayscale: #A9A9A9. Windows color (decimal): -12591190 or 11198271. OLE color: 11198271.
HSL color Cylindrical-coordinate representation of color #3FDFAA: hue angle of 160.12º 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 #3FDFAA is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 170 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.13 |
| HSL | 160.13º | 0.71% | 0.56% | - |
| HSV(B) | 160.13º | 0.72% | 0.87% | - |
| XYZ | 35.69 | 56.73 | 47.1 | - |
| YUV | 169.12 | 128.49 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 170 | 0.72 | 0 | 0.24 | 0.13 | 160.13 | 0.71 | 0.56 |
| Hex | 3F | DF | AA | 48 | 0 | 18 | D | A0 | 47 | 38 |
| Octal | 77 | 337 | 252 | 110 | 0 | 30 | 15 | 240 | 107 | 70 |
| Binary | 111111 | 11011111 | 10101010 | 1001000 | 0 | 11000 | 1101 | 10100000 | 1000111 | 111000 |
Color Harmonies of #3FDFAA
Complementary color
Monochromatic Colors of #3FDFAA
Black with #3FDFAA
Text Example
Text Example
White with #3FDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFAA; }
p { color: rgb(63,223,170); }
H1.HeaderClassName
{
color: #3FDFAA;
}
.AnyTagClassName
{
color: #3FDFAA;
}
</style>
background-color css
<style>
a { background-color: #3FDFAA; }
a { background-color: rgb(63,223,170); }
div.DivClassName
{
background-color: #3FDFAA;
}
.BgClassName
{
background-color: #3FDFAA;
}
</style>
border-color css
<style>
span { border-color: #3FDFAA; }
span { border-color: rgb(63,223,170); }
td.TdClassName
{
border-color: #3FDFAA;
}
.TagClassName
{
border-color: #3FDFAA;
}
</style>