Shades of Shamrock #3DCCA2
Tints of Shamrock #3DCCA2
RGB
CMYK
RGB Variations
Color information
#3DCCA2 (or 0x3DCCA2) is known color: Shamrock. HEX triplet: 3D, CC and A2. RGB value is (61,204,162). Sum of RGB (Red+Green+Blue) = 61+204+162=427 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.29% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCCA2 is #C2335D. Grayscale: #9C9C9C. Windows color (decimal): -12727134 or 10669117. OLE color: 10669117.
HSL color Cylindrical-coordinate representation of color #3DCCA2: hue angle of 162.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCCA2 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 162 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.2 |
| HSL | 162.38º | 0.58% | 0.52% | - |
| HSV(B) | 162.38º | 0.7% | 0.8% | - |
| XYZ | 30.04 | 46.79 | 41.63 | - |
| YUV | 156.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 162 | 0.70 | 0 | 0.21 | 0.2 | 162.38 | 0.58 | 0.52 |
| Hex | 3D | CC | A2 | 46 | 0 | 15 | 14 | A2 | 3A | 34 |
| Octal | 75 | 314 | 242 | 106 | 0 | 25 | 24 | 242 | 72 | 64 |
| Binary | 111101 | 11001100 | 10100010 | 1000110 | 0 | 10101 | 10100 | 10100010 | 111010 | 110100 |
Color Harmonies of #3DCCA2
Complementary color
Monochromatic Colors of #3DCCA2
Black with #3DCCA2
Text Example
Text Example
White with #3DCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCA2; }
p { color: rgb(61,204,162); }
H1.HeaderClassName
{
color: #3DCCA2;
}
.AnyTagClassName
{
color: #3DCCA2;
}
</style>
background-color css
<style>
a { background-color: #3DCCA2; }
a { background-color: rgb(61,204,162); }
div.DivClassName
{
background-color: #3DCCA2;
}
.BgClassName
{
background-color: #3DCCA2;
}
</style>
border-color css
<style>
span { border-color: #3DCCA2; }
span { border-color: rgb(61,204,162); }
td.TdClassName
{
border-color: #3DCCA2;
}
.TagClassName
{
border-color: #3DCCA2;
}
</style>