Shades of Shamrock #3FD9B2
Tints of Shamrock #3FD9B2
RGB
CMYK
RGB Variations
Color information
#3FD9B2 (or 0x3FD9B2) is known color: Shamrock. HEX triplet: 3F, D9 and B2. RGB value is (63,217,178). Sum of RGB (Red+Green+Blue) = 63+217+178=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #3FD9B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD9B2 is #C0264D. Grayscale: #A6A6A6. Windows color (decimal): -12592718 or 11721023. OLE color: 11721023.
HSL color Cylindrical-coordinate representation of color #3FD9B2: hue angle of 164.81º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD9B2 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 217 | 178 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.15 |
| HSL | 164.81º | 0.67% | 0.55% | - |
| HSV(B) | 164.81º | 0.71% | 0.85% | - |
| XYZ | 34.9 | 53.9 | 50.68 | - |
| YUV | 166.51 | 134.48 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 217 | 178 | 0.71 | 0 | 0.18 | 0.15 | 164.81 | 0.67 | 0.55 |
| Hex | 3F | D9 | B2 | 47 | 0 | 12 | F | A5 | 43 | 37 |
| Octal | 77 | 331 | 262 | 107 | 0 | 22 | 17 | 245 | 103 | 67 |
| Binary | 111111 | 11011001 | 10110010 | 1000111 | 0 | 10010 | 1111 | 10100101 | 1000011 | 110111 |
Color Harmonies of #3FD9B2
Complementary color
Monochromatic Colors of #3FD9B2
Black with #3FD9B2
Text Example
Text Example
White with #3FD9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD9B2; }
p { color: rgb(63,217,178); }
H1.HeaderClassName
{
color: #3FD9B2;
}
.AnyTagClassName
{
color: #3FD9B2;
}
</style>
background-color css
<style>
a { background-color: #3FD9B2; }
a { background-color: rgb(63,217,178); }
div.DivClassName
{
background-color: #3FD9B2;
}
.BgClassName
{
background-color: #3FD9B2;
}
</style>
border-color css
<style>
span { border-color: #3FD9B2; }
span { border-color: rgb(63,217,178); }
td.TdClassName
{
border-color: #3FD9B2;
}
.TagClassName
{
border-color: #3FD9B2;
}
</style>