Shades of Shamrock #3CDBAF
Tints of Shamrock #3CDBAF
RGB
CMYK
RGB Variations
Color information
#3CDBAF (or 0x3CDBAF) is known color: Shamrock. HEX triplet: 3C, DB and AF. RGB value is (60,219,175). Sum of RGB (Red+Green+Blue) = 60+219+175=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDBAF is #C32450. Grayscale: #A6A6A6. Windows color (decimal): -12788817 or 11524924. OLE color: 11524924.
HSL color Cylindrical-coordinate representation of color #3CDBAF: hue angle of 163.4º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDBAF is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 175 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.14 |
| HSL | 163.4º | 0.69% | 0.55% | - |
| HSV(B) | 163.4º | 0.73% | 0.86% | - |
| XYZ | 34.93 | 54.72 | 49.28 | - |
| YUV | 166.44 | 132.82 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 175 | 0.73 | 0 | 0.20 | 0.14 | 163.4 | 0.69 | 0.55 |
| Hex | 3C | DB | AF | 49 | 0 | 14 | E | A3 | 45 | 37 |
| Octal | 74 | 333 | 257 | 111 | 0 | 24 | 16 | 243 | 105 | 67 |
| Binary | 111100 | 11011011 | 10101111 | 1001001 | 0 | 10100 | 1110 | 10100011 | 1000101 | 110111 |
Color Harmonies of #3CDBAF
Complementary color
Monochromatic Colors of #3CDBAF
Black with #3CDBAF
Text Example
Text Example
White with #3CDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBAF; }
p { color: rgb(60,219,175); }
H1.HeaderClassName
{
color: #3CDBAF;
}
.AnyTagClassName
{
color: #3CDBAF;
}
</style>
background-color css
<style>
a { background-color: #3CDBAF; }
a { background-color: rgb(60,219,175); }
div.DivClassName
{
background-color: #3CDBAF;
}
.BgClassName
{
background-color: #3CDBAF;
}
</style>
border-color css
<style>
span { border-color: #3CDBAF; }
span { border-color: rgb(60,219,175); }
td.TdClassName
{
border-color: #3CDBAF;
}
.TagClassName
{
border-color: #3CDBAF;
}
</style>