Shades of Shamrock #3DD9AB
Tints of Shamrock #3DD9AB
RGB
CMYK
RGB Variations
Color information
#3DD9AB (or 0x3DD9AB) is known color: Shamrock. HEX triplet: 3D, D9 and AB. RGB value is (61,217,171). Sum of RGB (Red+Green+Blue) = 61+217+171=449 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.59% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD9AB is #C22654. Grayscale: #A5A5A5. Windows color (decimal): -12723797 or 11262269. OLE color: 11262269.
HSL color Cylindrical-coordinate representation of color #3DD9AB: hue angle of 162.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD9AB is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 171 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.15 |
| HSL | 162.31º | 0.67% | 0.55% | - |
| HSV(B) | 162.31º | 0.72% | 0.85% | - |
| XYZ | 34.09 | 53.56 | 47.07 | - |
| YUV | 165.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 171 | 0.72 | 0 | 0.21 | 0.15 | 162.31 | 0.67 | 0.55 |
| Hex | 3D | D9 | AB | 48 | 0 | 15 | F | A2 | 43 | 37 |
| Octal | 75 | 331 | 253 | 110 | 0 | 25 | 17 | 242 | 103 | 67 |
| Binary | 111101 | 11011001 | 10101011 | 1001000 | 0 | 10101 | 1111 | 10100010 | 1000011 | 110111 |
Color Harmonies of #3DD9AB
Complementary color
Monochromatic Colors of #3DD9AB
Black with #3DD9AB
Text Example
Text Example
White with #3DD9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD9AB; }
p { color: rgb(61,217,171); }
H1.HeaderClassName
{
color: #3DD9AB;
}
.AnyTagClassName
{
color: #3DD9AB;
}
</style>
background-color css
<style>
a { background-color: #3DD9AB; }
a { background-color: rgb(61,217,171); }
div.DivClassName
{
background-color: #3DD9AB;
}
.BgClassName
{
background-color: #3DD9AB;
}
</style>
border-color css
<style>
span { border-color: #3DD9AB; }
span { border-color: rgb(61,217,171); }
td.TdClassName
{
border-color: #3DD9AB;
}
.TagClassName
{
border-color: #3DD9AB;
}
</style>