Shades of Shamrock #3DC2AA
Tints of Shamrock #3DC2AA
RGB
CMYK
RGB Variations
Color information
#3DC2AA (or 0x3DC2AA) is known color: Shamrock. HEX triplet: 3D, C2 and AA. RGB value is (61,194,170). Sum of RGB (Red+Green+Blue) = 61+194+170=425 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.35% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC2AA is #C23D55. Grayscale: #979797. Windows color (decimal): -12729686 or 11190845. OLE color: 11190845.
HSL color Cylindrical-coordinate representation of color #3DC2AA: hue angle of 169.17º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC2AA is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 170 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.24 |
| HSL | 169.17º | 0.52% | 0.5% | - |
| HSV(B) | 169.17º | 0.69% | 0.76% | - |
| XYZ | 28.47 | 42.48 | 44.73 | - |
| YUV | 151.5 | 138.44 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 170 | 0.69 | 0 | 0.12 | 0.24 | 169.17 | 0.52 | 0.5 |
| Hex | 3D | C2 | AA | 45 | 0 | C | 18 | A9 | 34 | 32 |
| Octal | 75 | 302 | 252 | 105 | 0 | 14 | 30 | 251 | 64 | 62 |
| Binary | 111101 | 11000010 | 10101010 | 1000101 | 0 | 1100 | 11000 | 10101001 | 110100 | 110010 |
Color Harmonies of #3DC2AA
Complementary color
Monochromatic Colors of #3DC2AA
Black with #3DC2AA
Text Example
Text Example
White with #3DC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC2AA; }
p { color: rgb(61,194,170); }
H1.HeaderClassName
{
color: #3DC2AA;
}
.AnyTagClassName
{
color: #3DC2AA;
}
</style>
background-color css
<style>
a { background-color: #3DC2AA; }
a { background-color: rgb(61,194,170); }
div.DivClassName
{
background-color: #3DC2AA;
}
.BgClassName
{
background-color: #3DC2AA;
}
</style>
border-color css
<style>
span { border-color: #3DC2AA; }
span { border-color: rgb(61,194,170); }
td.TdClassName
{
border-color: #3DC2AA;
}
.TagClassName
{
border-color: #3DC2AA;
}
</style>