Shades of Shamrock #3DC2A4
Tints of Shamrock #3DC2A4
RGB
CMYK
RGB Variations
Color information
#3DC2A4 (or 0x3DC2A4) is known color: Shamrock. HEX triplet: 3D, C2 and A4. RGB value is (61,194,164). Sum of RGB (Red+Green+Blue) = 61+194+164=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC2A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC2A4 is #C23D5B. Grayscale: #969696. Windows color (decimal): -12729692 or 10797629. OLE color: 10797629.
HSL color Cylindrical-coordinate representation of color #3DC2A4: hue angle of 166.47º 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 #3DC2A4 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 164 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.24 |
| HSL | 166.47º | 0.52% | 0.5% | - |
| HSV(B) | 166.47º | 0.69% | 0.76% | - |
| XYZ | 27.92 | 42.26 | 41.81 | - |
| YUV | 150.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 164 | 0.69 | 0 | 0.15 | 0.24 | 166.47 | 0.52 | 0.5 |
| Hex | 3D | C2 | A4 | 45 | 0 | F | 18 | A6 | 34 | 32 |
| Octal | 75 | 302 | 244 | 105 | 0 | 17 | 30 | 246 | 64 | 62 |
| Binary | 111101 | 11000010 | 10100100 | 1000101 | 0 | 1111 | 11000 | 10100110 | 110100 | 110010 |
Color Harmonies of #3DC2A4
Complementary color
Monochromatic Colors of #3DC2A4
Black with #3DC2A4
Text Example
Text Example
White with #3DC2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC2A4; }
p { color: rgb(61,194,164); }
H1.HeaderClassName
{
color: #3DC2A4;
}
.AnyTagClassName
{
color: #3DC2A4;
}
</style>
background-color css
<style>
a { background-color: #3DC2A4; }
a { background-color: rgb(61,194,164); }
div.DivClassName
{
background-color: #3DC2A4;
}
.BgClassName
{
background-color: #3DC2A4;
}
</style>
border-color css
<style>
span { border-color: #3DC2A4; }
span { border-color: rgb(61,194,164); }
td.TdClassName
{
border-color: #3DC2A4;
}
.TagClassName
{
border-color: #3DC2A4;
}
</style>