Shades of Shamrock #3DDD9B
Tints of Shamrock #3DDD9B
RGB
CMYK
RGB Variations
Color information
#3DDD9B (or 0x3DDD9B) is known color: Shamrock. HEX triplet: 3D, DD and 9B. RGB value is (61,221,155). Sum of RGB (Red+Green+Blue) = 61+221+155=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDD9B is #C22264. Grayscale: #A5A5A5. Windows color (decimal): -12722789 or 10214717. OLE color: 10214717.
HSL color Cylindrical-coordinate representation of color #3DDD9B: hue angle of 155.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD9B is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 155 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.13 |
| HSL | 155.25º | 0.7% | 0.55% | - |
| HSV(B) | 155.25º | 0.72% | 0.87% | - |
| XYZ | 33.7 | 55.07 | 39.86 | - |
| YUV | 165.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 155 | 0.72 | 0 | 0.30 | 0.13 | 155.25 | 0.7 | 0.55 |
| Hex | 3D | DD | 9B | 48 | 0 | 1E | D | 9B | 46 | 37 |
| Octal | 75 | 335 | 233 | 110 | 0 | 36 | 15 | 233 | 106 | 67 |
| Binary | 111101 | 11011101 | 10011011 | 1001000 | 0 | 11110 | 1101 | 10011011 | 1000110 | 110111 |
Color Harmonies of #3DDD9B
Complementary color
Monochromatic Colors of #3DDD9B
Black with #3DDD9B
Text Example
Text Example
White with #3DDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD9B; }
p { color: rgb(61,221,155); }
H1.HeaderClassName
{
color: #3DDD9B;
}
.AnyTagClassName
{
color: #3DDD9B;
}
</style>
background-color css
<style>
a { background-color: #3DDD9B; }
a { background-color: rgb(61,221,155); }
div.DivClassName
{
background-color: #3DDD9B;
}
.BgClassName
{
background-color: #3DDD9B;
}
</style>
border-color css
<style>
span { border-color: #3DDD9B; }
span { border-color: rgb(61,221,155); }
td.TdClassName
{
border-color: #3DDD9B;
}
.TagClassName
{
border-color: #3DDD9B;
}
</style>