Shades of Shamrock #3FDCAC
Tints of Shamrock #3FDCAC
RGB
CMYK
RGB Variations
Color information
#3FDCAC (or 0x3FDCAC) is known color: Shamrock. HEX triplet: 3F, DC and AC. RGB value is (63,220,172). Sum of RGB (Red+Green+Blue) = 63+220+172=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDCAC is #C02353. Grayscale: #A7A7A7. Windows color (decimal): -12591956 or 11328575. OLE color: 11328575.
HSL color Cylindrical-coordinate representation of color #3FDCAC: hue angle of 161.66º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCAC is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 172 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.14 |
| HSL | 161.66º | 0.69% | 0.55% | - |
| HSV(B) | 161.66º | 0.71% | 0.86% | - |
| XYZ | 35.09 | 55.22 | 47.84 | - |
| YUV | 167.59 | 130.49 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 172 | 0.71 | 0 | 0.22 | 0.14 | 161.66 | 0.69 | 0.55 |
| Hex | 3F | DC | AC | 47 | 0 | 16 | E | A2 | 45 | 37 |
| Octal | 77 | 334 | 254 | 107 | 0 | 26 | 16 | 242 | 105 | 67 |
| Binary | 111111 | 11011100 | 10101100 | 1000111 | 0 | 10110 | 1110 | 10100010 | 1000101 | 110111 |
Color Harmonies of #3FDCAC
Complementary color
Monochromatic Colors of #3FDCAC
Black with #3FDCAC
Text Example
Text Example
White with #3FDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCAC; }
p { color: rgb(63,220,172); }
H1.HeaderClassName
{
color: #3FDCAC;
}
.AnyTagClassName
{
color: #3FDCAC;
}
</style>
background-color css
<style>
a { background-color: #3FDCAC; }
a { background-color: rgb(63,220,172); }
div.DivClassName
{
background-color: #3FDCAC;
}
.BgClassName
{
background-color: #3FDCAC;
}
</style>
border-color css
<style>
span { border-color: #3FDCAC; }
span { border-color: rgb(63,220,172); }
td.TdClassName
{
border-color: #3FDCAC;
}
.TagClassName
{
border-color: #3FDCAC;
}
</style>