Shades of Shamrock #3FDBAD
Tints of Shamrock #3FDBAD
RGB
CMYK
RGB Variations
Color information
#3FDBAD (or 0x3FDBAD) is known color: Shamrock. HEX triplet: 3F, DB and AD. RGB value is (63,219,173). Sum of RGB (Red+Green+Blue) = 63+219+173=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBAD is #C02452. Grayscale: #A7A7A7. Windows color (decimal): -12592211 or 11393855. OLE color: 11393855.
HSL color Cylindrical-coordinate representation of color #3FDBAD: hue angle of 162.31º 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 #3FDBAD is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 173 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.14 |
| HSL | 162.31º | 0.68% | 0.55% | - |
| HSV(B) | 162.31º | 0.71% | 0.86% | - |
| XYZ | 34.92 | 54.74 | 48.26 | - |
| YUV | 167.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 173 | 0.71 | 0 | 0.21 | 0.14 | 162.31 | 0.68 | 0.55 |
| Hex | 3F | DB | AD | 47 | 0 | 15 | E | A2 | 44 | 37 |
| Octal | 77 | 333 | 255 | 107 | 0 | 25 | 16 | 242 | 104 | 67 |
| Binary | 111111 | 11011011 | 10101101 | 1000111 | 0 | 10101 | 1110 | 10100010 | 1000100 | 110111 |
Color Harmonies of #3FDBAD
Complementary color
Monochromatic Colors of #3FDBAD
Black with #3FDBAD
Text Example
Text Example
White with #3FDBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBAD; }
p { color: rgb(63,219,173); }
H1.HeaderClassName
{
color: #3FDBAD;
}
.AnyTagClassName
{
color: #3FDBAD;
}
</style>
background-color css
<style>
a { background-color: #3FDBAD; }
a { background-color: rgb(63,219,173); }
div.DivClassName
{
background-color: #3FDBAD;
}
.BgClassName
{
background-color: #3FDBAD;
}
</style>
border-color css
<style>
span { border-color: #3FDBAD; }
span { border-color: rgb(63,219,173); }
td.TdClassName
{
border-color: #3FDBAD;
}
.TagClassName
{
border-color: #3FDBAD;
}
</style>