Shades of Shamrock #3DCA8A
Tints of Shamrock #3DCA8A
RGB
CMYK
RGB Variations
Color information
#3DCA8A (or 0x3DCA8A) is known color: Shamrock. HEX triplet: 3D, CA and 8A. RGB value is (61,202,138). Sum of RGB (Red+Green+Blue) = 61+202+138=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCA8A is #C23575. Grayscale: #989898. Windows color (decimal): -12727670 or 9095741. OLE color: 9095741.
HSL color Cylindrical-coordinate representation of color #3DCA8A: hue angle of 152.77º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCA8A is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 138 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.21 |
| HSL | 152.77º | 0.57% | 0.52% | - |
| HSV(B) | 152.77º | 0.7% | 0.79% | - |
| XYZ | 27.63 | 45.07 | 31.29 | - |
| YUV | 152.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 138 | 0.70 | 0 | 0.32 | 0.21 | 152.77 | 0.57 | 0.52 |
| Hex | 3D | CA | 8A | 46 | 0 | 20 | 15 | 99 | 39 | 34 |
| Octal | 75 | 312 | 212 | 106 | 0 | 40 | 25 | 231 | 71 | 64 |
| Binary | 111101 | 11001010 | 10001010 | 1000110 | 0 | 100000 | 10101 | 10011001 | 111001 | 110100 |
Color Harmonies of #3DCA8A
Complementary color
Monochromatic Colors of #3DCA8A
Black with #3DCA8A
Text Example
Text Example
White with #3DCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCA8A; }
p { color: rgb(61,202,138); }
H1.HeaderClassName
{
color: #3DCA8A;
}
.AnyTagClassName
{
color: #3DCA8A;
}
</style>
background-color css
<style>
a { background-color: #3DCA8A; }
a { background-color: rgb(61,202,138); }
div.DivClassName
{
background-color: #3DCA8A;
}
.BgClassName
{
background-color: #3DCA8A;
}
</style>
border-color css
<style>
span { border-color: #3DCA8A; }
span { border-color: rgb(61,202,138); }
td.TdClassName
{
border-color: #3DCA8A;
}
.TagClassName
{
border-color: #3DCA8A;
}
</style>