Shades of Shamrock #3FDBA2
Tints of Shamrock #3FDBA2
RGB
CMYK
RGB Variations
Color information
#3FDBA2 (or 0x3FDBA2) is known color: Shamrock. HEX triplet: 3F, DB and A2. RGB value is (63,219,162). Sum of RGB (Red+Green+Blue) = 63+219+162=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBA2 is #C0245D. Grayscale: #A5A5A5. Windows color (decimal): -12592222 or 10672959. OLE color: 10672959.
HSL color Cylindrical-coordinate representation of color #3FDBA2: hue angle of 158.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 #3FDBA2 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 162 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.14 |
| HSL | 158.08º | 0.68% | 0.55% | - |
| HSV(B) | 158.08º | 0.71% | 0.86% | - |
| XYZ | 33.9 | 54.33 | 42.88 | - |
| YUV | 165.86 | 125.82 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 162 | 0.71 | 0 | 0.26 | 0.14 | 158.08 | 0.68 | 0.55 |
| Hex | 3F | DB | A2 | 47 | 0 | 1A | E | 9E | 44 | 37 |
| Octal | 77 | 333 | 242 | 107 | 0 | 32 | 16 | 236 | 104 | 67 |
| Binary | 111111 | 11011011 | 10100010 | 1000111 | 0 | 11010 | 1110 | 10011110 | 1000100 | 110111 |
Color Harmonies of #3FDBA2
Complementary color
Monochromatic Colors of #3FDBA2
Black with #3FDBA2
Text Example
Text Example
White with #3FDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBA2; }
p { color: rgb(63,219,162); }
H1.HeaderClassName
{
color: #3FDBA2;
}
.AnyTagClassName
{
color: #3FDBA2;
}
</style>
background-color css
<style>
a { background-color: #3FDBA2; }
a { background-color: rgb(63,219,162); }
div.DivClassName
{
background-color: #3FDBA2;
}
.BgClassName
{
background-color: #3FDBA2;
}
</style>
border-color css
<style>
span { border-color: #3FDBA2; }
span { border-color: rgb(63,219,162); }
td.TdClassName
{
border-color: #3FDBA2;
}
.TagClassName
{
border-color: #3FDBA2;
}
</style>