Shades of Shamrock #3FDBAF
Tints of Shamrock #3FDBAF
RGB
CMYK
RGB Variations
Color information
#3FDBAF (or 0x3FDBAF) is known color: Shamrock. HEX triplet: 3F, DB and AF. RGB value is (63,219,175). Sum of RGB (Red+Green+Blue) = 63+219+175=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBAF is #C02450. Grayscale: #A7A7A7. Windows color (decimal): -12592209 or 11524927. OLE color: 11524927.
HSL color Cylindrical-coordinate representation of color #3FDBAF: hue angle of 163.08º degrees, saturation: 0.68, 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 #3FDBAF is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 175 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.14 |
| HSL | 163.08º | 0.68% | 0.55% | - |
| HSV(B) | 163.08º | 0.71% | 0.86% | - |
| XYZ | 35.12 | 54.81 | 49.29 | - |
| YUV | 167.34 | 132.32 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 175 | 0.71 | 0 | 0.20 | 0.14 | 163.08 | 0.68 | 0.55 |
| Hex | 3F | DB | AF | 47 | 0 | 14 | E | A3 | 44 | 37 |
| Octal | 77 | 333 | 257 | 107 | 0 | 24 | 16 | 243 | 104 | 67 |
| Binary | 111111 | 11011011 | 10101111 | 1000111 | 0 | 10100 | 1110 | 10100011 | 1000100 | 110111 |
Color Harmonies of #3FDBAF
Complementary color
Monochromatic Colors of #3FDBAF
Black with #3FDBAF
Text Example
Text Example
White with #3FDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBAF; }
p { color: rgb(63,219,175); }
H1.HeaderClassName
{
color: #3FDBAF;
}
.AnyTagClassName
{
color: #3FDBAF;
}
</style>
background-color css
<style>
a { background-color: #3FDBAF; }
a { background-color: rgb(63,219,175); }
div.DivClassName
{
background-color: #3FDBAF;
}
.BgClassName
{
background-color: #3FDBAF;
}
</style>
border-color css
<style>
span { border-color: #3FDBAF; }
span { border-color: rgb(63,219,175); }
td.TdClassName
{
border-color: #3FDBAF;
}
.TagClassName
{
border-color: #3FDBAF;
}
</style>