Shades of Shamrock #3DCEAA
Tints of Shamrock #3DCEAA
RGB
CMYK
RGB Variations
Color information
#3DCEAA (or 0x3DCEAA) is known color: Shamrock. HEX triplet: 3D, CE and AA. RGB value is (61,206,170). Sum of RGB (Red+Green+Blue) = 61+206+170=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCEAA is #C23155. Grayscale: #9E9E9E. Windows color (decimal): -12726614 or 11193917. OLE color: 11193917.
HSL color Cylindrical-coordinate representation of color #3DCEAA: hue angle of 165.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCEAA is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 170 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.19 |
| HSL | 165.1º | 0.6% | 0.52% | - |
| HSV(B) | 165.1º | 0.7% | 0.81% | - |
| XYZ | 31.25 | 48.04 | 45.66 | - |
| YUV | 158.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 170 | 0.70 | 0 | 0.17 | 0.19 | 165.1 | 0.6 | 0.52 |
| Hex | 3D | CE | AA | 46 | 0 | 11 | 13 | A5 | 3C | 34 |
| Octal | 75 | 316 | 252 | 106 | 0 | 21 | 23 | 245 | 74 | 64 |
| Binary | 111101 | 11001110 | 10101010 | 1000110 | 0 | 10001 | 10011 | 10100101 | 111100 | 110100 |
Color Harmonies of #3DCEAA
Complementary color
Monochromatic Colors of #3DCEAA
Black with #3DCEAA
Text Example
Text Example
White with #3DCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCEAA; }
p { color: rgb(61,206,170); }
H1.HeaderClassName
{
color: #3DCEAA;
}
.AnyTagClassName
{
color: #3DCEAA;
}
</style>
background-color css
<style>
a { background-color: #3DCEAA; }
a { background-color: rgb(61,206,170); }
div.DivClassName
{
background-color: #3DCEAA;
}
.BgClassName
{
background-color: #3DCEAA;
}
</style>
border-color css
<style>
span { border-color: #3DCEAA; }
span { border-color: rgb(61,206,170); }
td.TdClassName
{
border-color: #3DCEAA;
}
.TagClassName
{
border-color: #3DCEAA;
}
</style>