Shades of Shamrock #3DCFAD
Tints of Shamrock #3DCFAD
RGB
CMYK
RGB Variations
Color information
#3DCFAD (or 0x3DCFAD) is known color: Shamrock. HEX triplet: 3D, CF and AD. RGB value is (61,207,173). Sum of RGB (Red+Green+Blue) = 61+207+173=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCFAD is #C23052. Grayscale: #9F9F9F. Windows color (decimal): -12726355 or 11390781. OLE color: 11390781.
HSL color Cylindrical-coordinate representation of color #3DCFAD: hue angle of 166.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCFAD is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 173 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.19 |
| HSL | 166.03º | 0.6% | 0.53% | - |
| HSV(B) | 166.03º | 0.71% | 0.81% | - |
| XYZ | 31.78 | 48.63 | 47.25 | - |
| YUV | 159.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 173 | 0.71 | 0 | 0.16 | 0.19 | 166.03 | 0.6 | 0.53 |
| Hex | 3D | CF | AD | 47 | 0 | 10 | 13 | A6 | 3C | 35 |
| Octal | 75 | 317 | 255 | 107 | 0 | 20 | 23 | 246 | 74 | 65 |
| Binary | 111101 | 11001111 | 10101101 | 1000111 | 0 | 10000 | 10011 | 10100110 | 111100 | 110101 |
Color Harmonies of #3DCFAD
Complementary color
Monochromatic Colors of #3DCFAD
Black with #3DCFAD
Text Example
Text Example
White with #3DCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFAD; }
p { color: rgb(61,207,173); }
H1.HeaderClassName
{
color: #3DCFAD;
}
.AnyTagClassName
{
color: #3DCFAD;
}
</style>
background-color css
<style>
a { background-color: #3DCFAD; }
a { background-color: rgb(61,207,173); }
div.DivClassName
{
background-color: #3DCFAD;
}
.BgClassName
{
background-color: #3DCFAD;
}
</style>
border-color css
<style>
span { border-color: #3DCFAD; }
span { border-color: rgb(61,207,173); }
td.TdClassName
{
border-color: #3DCFAD;
}
.TagClassName
{
border-color: #3DCFAD;
}
</style>