Shades of Shamrock #3DCCAF
Tints of Shamrock #3DCCAF
RGB
CMYK
RGB Variations
Color information
#3DCCAF (or 0x3DCCAF) is known color: Shamrock. HEX triplet: 3D, CC and AF. RGB value is (61,204,175). Sum of RGB (Red+Green+Blue) = 61+204+175=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCCAF is #C23350. Grayscale: #9D9D9D. Windows color (decimal): -12727121 or 11521085. OLE color: 11521085.
HSL color Cylindrical-coordinate representation of color #3DCCAF: hue angle of 167.83º 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 #3DCCAF is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 175 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.2 |
| HSL | 167.83º | 0.58% | 0.52% | - |
| HSV(B) | 167.83º | 0.7% | 0.8% | - |
| XYZ | 31.26 | 47.27 | 48.03 | - |
| YUV | 157.94 | 137.62 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 175 | 0.70 | 0 | 0.14 | 0.2 | 167.83 | 0.58 | 0.52 |
| Hex | 3D | CC | AF | 46 | 0 | E | 14 | A8 | 3A | 34 |
| Octal | 75 | 314 | 257 | 106 | 0 | 16 | 24 | 250 | 72 | 64 |
| Binary | 111101 | 11001100 | 10101111 | 1000110 | 0 | 1110 | 10100 | 10101000 | 111010 | 110100 |
Color Harmonies of #3DCCAF
Complementary color
Monochromatic Colors of #3DCCAF
Black with #3DCCAF
Text Example
Text Example
White with #3DCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCAF; }
p { color: rgb(61,204,175); }
H1.HeaderClassName
{
color: #3DCCAF;
}
.AnyTagClassName
{
color: #3DCCAF;
}
</style>
background-color css
<style>
a { background-color: #3DCCAF; }
a { background-color: rgb(61,204,175); }
div.DivClassName
{
background-color: #3DCCAF;
}
.BgClassName
{
background-color: #3DCCAF;
}
</style>
border-color css
<style>
span { border-color: #3DCCAF; }
span { border-color: rgb(61,204,175); }
td.TdClassName
{
border-color: #3DCCAF;
}
.TagClassName
{
border-color: #3DCCAF;
}
</style>