Shades of Shamrock #3DDE9F
Tints of Shamrock #3DDE9F
RGB
CMYK
RGB Variations
Color information
#3DDE9F (or 0x3DDE9F) is known color: Shamrock. HEX triplet: 3D, DE and 9F. RGB value is (61,222,159). Sum of RGB (Red+Green+Blue) = 61+222+159=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDE9F is #C22160. Grayscale: #A6A6A6. Windows color (decimal): -12722529 or 10477117. OLE color: 10477117.
HSL color Cylindrical-coordinate representation of color #3DDE9F: hue angle of 156.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDE9F is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 159 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.13 |
| HSL | 156.52º | 0.71% | 0.55% | - |
| HSV(B) | 156.52º | 0.73% | 0.87% | - |
| XYZ | 34.3 | 55.74 | 41.75 | - |
| YUV | 166.68 | 123.66 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 159 | 0.73 | 0 | 0.28 | 0.13 | 156.52 | 0.71 | 0.55 |
| Hex | 3D | DE | 9F | 49 | 0 | 1C | D | 9D | 47 | 37 |
| Octal | 75 | 336 | 237 | 111 | 0 | 34 | 15 | 235 | 107 | 67 |
| Binary | 111101 | 11011110 | 10011111 | 1001001 | 0 | 11100 | 1101 | 10011101 | 1000111 | 110111 |
Color Harmonies of #3DDE9F
Complementary color
Monochromatic Colors of #3DDE9F
Black with #3DDE9F
Text Example
Text Example
White with #3DDE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDE9F; }
p { color: rgb(61,222,159); }
H1.HeaderClassName
{
color: #3DDE9F;
}
.AnyTagClassName
{
color: #3DDE9F;
}
</style>
background-color css
<style>
a { background-color: #3DDE9F; }
a { background-color: rgb(61,222,159); }
div.DivClassName
{
background-color: #3DDE9F;
}
.BgClassName
{
background-color: #3DDE9F;
}
</style>
border-color css
<style>
span { border-color: #3DDE9F; }
span { border-color: rgb(61,222,159); }
td.TdClassName
{
border-color: #3DDE9F;
}
.TagClassName
{
border-color: #3DDE9F;
}
</style>