Shades of Shamrock #3FDBA8
Tints of Shamrock #3FDBA8
RGB
CMYK
RGB Variations
Color information
#3FDBA8 (or 0x3FDBA8) is known color: Shamrock. HEX triplet: 3F, DB and A8. RGB value is (63,219,168). Sum of RGB (Red+Green+Blue) = 63+219+168=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBA8 is #C02457. Grayscale: #A6A6A6. Windows color (decimal): -12592216 or 11066175. OLE color: 11066175.
HSL color Cylindrical-coordinate representation of color #3FDBA8: hue angle of 160.38º 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 #3FDBA8 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 168 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.14 |
| HSL | 160.38º | 0.68% | 0.55% | - |
| HSV(B) | 160.38º | 0.71% | 0.86% | - |
| XYZ | 34.45 | 54.55 | 45.76 | - |
| YUV | 166.54 | 128.82 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 168 | 0.71 | 0 | 0.23 | 0.14 | 160.38 | 0.68 | 0.55 |
| Hex | 3F | DB | A8 | 47 | 0 | 17 | E | A0 | 44 | 37 |
| Octal | 77 | 333 | 250 | 107 | 0 | 27 | 16 | 240 | 104 | 67 |
| Binary | 111111 | 11011011 | 10101000 | 1000111 | 0 | 10111 | 1110 | 10100000 | 1000100 | 110111 |
Color Harmonies of #3FDBA8
Complementary color
Monochromatic Colors of #3FDBA8
Black with #3FDBA8
Text Example
Text Example
White with #3FDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBA8; }
p { color: rgb(63,219,168); }
H1.HeaderClassName
{
color: #3FDBA8;
}
.AnyTagClassName
{
color: #3FDBA8;
}
</style>
background-color css
<style>
a { background-color: #3FDBA8; }
a { background-color: rgb(63,219,168); }
div.DivClassName
{
background-color: #3FDBA8;
}
.BgClassName
{
background-color: #3FDBA8;
}
</style>
border-color css
<style>
span { border-color: #3FDBA8; }
span { border-color: rgb(63,219,168); }
td.TdClassName
{
border-color: #3FDBA8;
}
.TagClassName
{
border-color: #3FDBA8;
}
</style>