Shades of Shamrock #3CDFAF
Tints of Shamrock #3CDFAF
RGB
CMYK
RGB Variations
Color information
#3CDFAF (or 0x3CDFAF) is known color: Shamrock. HEX triplet: 3C, DF and AF. RGB value is (60,223,175). Sum of RGB (Red+Green+Blue) = 60+223+175=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDFAF is #C32050. Grayscale: #A8A8A8. Windows color (decimal): -12787793 or 11525948. OLE color: 11525948.
HSL color Cylindrical-coordinate representation of color #3CDFAF: hue angle of 162.33º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDFAF is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 175 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.13 |
| HSL | 162.33º | 0.72% | 0.55% | - |
| HSV(B) | 162.33º | 0.73% | 0.87% | - |
| XYZ | 35.99 | 56.83 | 49.63 | - |
| YUV | 168.79 | 131.5 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 175 | 0.73 | 0 | 0.22 | 0.13 | 162.33 | 0.72 | 0.55 |
| Hex | 3C | DF | AF | 49 | 0 | 16 | D | A2 | 48 | 37 |
| Octal | 74 | 337 | 257 | 111 | 0 | 26 | 15 | 242 | 110 | 67 |
| Binary | 111100 | 11011111 | 10101111 | 1001001 | 0 | 10110 | 1101 | 10100010 | 1001000 | 110111 |
Color Harmonies of #3CDFAF
Complementary color
Monochromatic Colors of #3CDFAF
Black with #3CDFAF
Text Example
Text Example
White with #3CDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFAF; }
p { color: rgb(60,223,175); }
H1.HeaderClassName
{
color: #3CDFAF;
}
.AnyTagClassName
{
color: #3CDFAF;
}
</style>
background-color css
<style>
a { background-color: #3CDFAF; }
a { background-color: rgb(60,223,175); }
div.DivClassName
{
background-color: #3CDFAF;
}
.BgClassName
{
background-color: #3CDFAF;
}
</style>
border-color css
<style>
span { border-color: #3CDFAF; }
span { border-color: rgb(60,223,175); }
td.TdClassName
{
border-color: #3CDFAF;
}
.TagClassName
{
border-color: #3CDFAF;
}
</style>