Shades of Shamrock #3FDEAF
Tints of Shamrock #3FDEAF
RGB
CMYK
RGB Variations
Color information
#3FDEAF (or 0x3FDEAF) is known color: Shamrock. HEX triplet: 3F, DE and AF. RGB value is (63,222,175). Sum of RGB (Red+Green+Blue) = 63+222+175=460 (60% of max value = 765). Red value is 63 (25% from 255 or 13.70% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDEAF is #C02150. Grayscale: #A9A9A9. Windows color (decimal): -12591441 or 11525695. OLE color: 11525695.
HSL color Cylindrical-coordinate representation of color #3FDEAF: hue angle of 162.26º 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 #3FDEAF is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 175 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.13 |
| HSL | 162.26º | 0.71% | 0.56% | - |
| HSV(B) | 162.26º | 0.72% | 0.87% | - |
| XYZ | 35.91 | 56.39 | 49.55 | - |
| YUV | 169.1 | 131.32 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 175 | 0.72 | 0 | 0.21 | 0.13 | 162.26 | 0.71 | 0.56 |
| Hex | 3F | DE | AF | 48 | 0 | 15 | D | A2 | 47 | 38 |
| Octal | 77 | 336 | 257 | 110 | 0 | 25 | 15 | 242 | 107 | 70 |
| Binary | 111111 | 11011110 | 10101111 | 1001000 | 0 | 10101 | 1101 | 10100010 | 1000111 | 111000 |
Color Harmonies of #3FDEAF
Complementary color
Monochromatic Colors of #3FDEAF
Black with #3FDEAF
Text Example
Text Example
White with #3FDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDEAF; }
p { color: rgb(63,222,175); }
H1.HeaderClassName
{
color: #3FDEAF;
}
.AnyTagClassName
{
color: #3FDEAF;
}
</style>
background-color css
<style>
a { background-color: #3FDEAF; }
a { background-color: rgb(63,222,175); }
div.DivClassName
{
background-color: #3FDEAF;
}
.BgClassName
{
background-color: #3FDEAF;
}
</style>
border-color css
<style>
span { border-color: #3FDEAF; }
span { border-color: rgb(63,222,175); }
td.TdClassName
{
border-color: #3FDEAF;
}
.TagClassName
{
border-color: #3FDEAF;
}
</style>