Shades of Shamrock #3DD0AB
Tints of Shamrock #3DD0AB
RGB
CMYK
RGB Variations
Color information
#3DD0AB (or 0x3DD0AB) is known color: Shamrock. HEX triplet: 3D, D0 and AB. RGB value is (61,208,171). Sum of RGB (Red+Green+Blue) = 61+208+171=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD0AB is #C22F54. Grayscale: #9F9F9F. Windows color (decimal): -12726101 or 11259965. OLE color: 11259965.
HSL color Cylindrical-coordinate representation of color #3DD0AB: hue angle of 164.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD0AB is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 171 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.18 |
| HSL | 164.9º | 0.61% | 0.53% | - |
| HSV(B) | 164.9º | 0.71% | 0.82% | - |
| XYZ | 31.83 | 49.04 | 46.32 | - |
| YUV | 159.83 | 134.3 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 171 | 0.71 | 0 | 0.18 | 0.18 | 164.9 | 0.61 | 0.53 |
| Hex | 3D | D0 | AB | 47 | 0 | 12 | 12 | A5 | 3D | 35 |
| Octal | 75 | 320 | 253 | 107 | 0 | 22 | 22 | 245 | 75 | 65 |
| Binary | 111101 | 11010000 | 10101011 | 1000111 | 0 | 10010 | 10010 | 10100101 | 111101 | 110101 |
Color Harmonies of #3DD0AB
Complementary color
Monochromatic Colors of #3DD0AB
Black with #3DD0AB
Text Example
Text Example
White with #3DD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD0AB; }
p { color: rgb(61,208,171); }
H1.HeaderClassName
{
color: #3DD0AB;
}
.AnyTagClassName
{
color: #3DD0AB;
}
</style>
background-color css
<style>
a { background-color: #3DD0AB; }
a { background-color: rgb(61,208,171); }
div.DivClassName
{
background-color: #3DD0AB;
}
.BgClassName
{
background-color: #3DD0AB;
}
</style>
border-color css
<style>
span { border-color: #3DD0AB; }
span { border-color: rgb(61,208,171); }
td.TdClassName
{
border-color: #3DD0AB;
}
.TagClassName
{
border-color: #3DD0AB;
}
</style>