Shades of Shamrock #3DDB9F
Tints of Shamrock #3DDB9F
RGB
CMYK
RGB Variations
Color information
#3DDB9F (or 0x3DDB9F) is known color: Shamrock. HEX triplet: 3D, DB and 9F. RGB value is (61,219,159). Sum of RGB (Red+Green+Blue) = 61+219+159=439 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.90% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDB9F is #C22460. Grayscale: #A5A5A5. Windows color (decimal): -12723297 or 10476349. OLE color: 10476349.
HSL color Cylindrical-coordinate representation of color #3DDB9F: hue angle of 157.22º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB9F is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 159 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.14 |
| HSL | 157.22º | 0.69% | 0.55% | - |
| HSV(B) | 157.22º | 0.72% | 0.86% | - |
| XYZ | 33.51 | 54.16 | 41.49 | - |
| YUV | 164.92 | 124.65 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 159 | 0.72 | 0 | 0.27 | 0.14 | 157.22 | 0.69 | 0.55 |
| Hex | 3D | DB | 9F | 48 | 0 | 1B | E | 9D | 45 | 37 |
| Octal | 75 | 333 | 237 | 110 | 0 | 33 | 16 | 235 | 105 | 67 |
| Binary | 111101 | 11011011 | 10011111 | 1001000 | 0 | 11011 | 1110 | 10011101 | 1000101 | 110111 |
Color Harmonies of #3DDB9F
Complementary color
Monochromatic Colors of #3DDB9F
Black with #3DDB9F
Text Example
Text Example
White with #3DDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB9F; }
p { color: rgb(61,219,159); }
H1.HeaderClassName
{
color: #3DDB9F;
}
.AnyTagClassName
{
color: #3DDB9F;
}
</style>
background-color css
<style>
a { background-color: #3DDB9F; }
a { background-color: rgb(61,219,159); }
div.DivClassName
{
background-color: #3DDB9F;
}
.BgClassName
{
background-color: #3DDB9F;
}
</style>
border-color css
<style>
span { border-color: #3DDB9F; }
span { border-color: rgb(61,219,159); }
td.TdClassName
{
border-color: #3DDB9F;
}
.TagClassName
{
border-color: #3DDB9F;
}
</style>