Shades of Shamrock #3DCCAD
Tints of Shamrock #3DCCAD
RGB
CMYK
RGB Variations
Color information
#3DCCAD (or 0x3DCCAD) is known color: Shamrock. HEX triplet: 3D, CC and AD. RGB value is (61,204,173). Sum of RGB (Red+Green+Blue) = 61+204+173=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCCAD is #C23352. Grayscale: #9D9D9D. Windows color (decimal): -12727123 or 11390013. OLE color: 11390013.
HSL color Cylindrical-coordinate representation of color #3DCCAD: hue angle of 166.99º 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 #3DCCAD is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 173 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.2 |
| HSL | 166.99º | 0.58% | 0.52% | - |
| HSV(B) | 166.99º | 0.7% | 0.8% | - |
| XYZ | 31.06 | 47.19 | 47.01 | - |
| YUV | 157.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 173 | 0.70 | 0 | 0.15 | 0.2 | 166.99 | 0.58 | 0.52 |
| Hex | 3D | CC | AD | 46 | 0 | F | 14 | A7 | 3A | 34 |
| Octal | 75 | 314 | 255 | 106 | 0 | 17 | 24 | 247 | 72 | 64 |
| Binary | 111101 | 11001100 | 10101101 | 1000110 | 0 | 1111 | 10100 | 10100111 | 111010 | 110100 |
Color Harmonies of #3DCCAD
Complementary color
Monochromatic Colors of #3DCCAD
Black with #3DCCAD
Text Example
Text Example
White with #3DCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCAD; }
p { color: rgb(61,204,173); }
H1.HeaderClassName
{
color: #3DCCAD;
}
.AnyTagClassName
{
color: #3DCCAD;
}
</style>
background-color css
<style>
a { background-color: #3DCCAD; }
a { background-color: rgb(61,204,173); }
div.DivClassName
{
background-color: #3DCCAD;
}
.BgClassName
{
background-color: #3DCCAD;
}
</style>
border-color css
<style>
span { border-color: #3DCCAD; }
span { border-color: rgb(61,204,173); }
td.TdClassName
{
border-color: #3DCCAD;
}
.TagClassName
{
border-color: #3DCCAD;
}
</style>