Shades of Shamrock #3DEEA0
Tints of Shamrock #3DEEA0
RGB
CMYK
RGB Variations
Color information
#3DEEA0 (or 0x3DEEA0) is known color: Shamrock. HEX triplet: 3D, EE and A0. RGB value is (61,238,160). Sum of RGB (Red+Green+Blue) = 61+238+160=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEEA0 is #C2115F. Grayscale: #B0B0B0. Windows color (decimal): -12718432 or 10546749. OLE color: 10546749.
HSL color Cylindrical-coordinate representation of color #3DEEA0: hue angle of 153.56º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEEA0 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 160 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.07 |
| HSL | 153.56º | 0.84% | 0.59% | - |
| HSV(B) | 153.56º | 0.74% | 0.93% | - |
| XYZ | 38.84 | 64.68 | 43.69 | - |
| YUV | 176.19 | 118.86 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 160 | 0.74 | 0 | 0.33 | 0.07 | 153.56 | 0.84 | 0.59 |
| Hex | 3D | EE | A0 | 4A | 0 | 21 | 7 | 9A | 54 | 3B |
| Octal | 75 | 356 | 240 | 112 | 0 | 41 | 7 | 232 | 124 | 73 |
| Binary | 111101 | 11101110 | 10100000 | 1001010 | 0 | 100001 | 111 | 10011010 | 1010100 | 111011 |
Color Harmonies of #3DEEA0
Complementary color
Monochromatic Colors of #3DEEA0
Black with #3DEEA0
Text Example
Text Example
White with #3DEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEA0; }
p { color: rgb(61,238,160); }
H1.HeaderClassName
{
color: #3DEEA0;
}
.AnyTagClassName
{
color: #3DEEA0;
}
</style>
background-color css
<style>
a { background-color: #3DEEA0; }
a { background-color: rgb(61,238,160); }
div.DivClassName
{
background-color: #3DEEA0;
}
.BgClassName
{
background-color: #3DEEA0;
}
</style>
border-color css
<style>
span { border-color: #3DEEA0; }
span { border-color: rgb(61,238,160); }
td.TdClassName
{
border-color: #3DEEA0;
}
.TagClassName
{
border-color: #3DEEA0;
}
</style>