Shades of Shamrock #3CDEAF
Tints of Shamrock #3CDEAF
RGB
CMYK
RGB Variations
Color information
#3CDEAF (or 0x3CDEAF) is known color: Shamrock. HEX triplet: 3C, DE and AF. RGB value is (60,222,175). Sum of RGB (Red+Green+Blue) = 60+222+175=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDEAF is #C32150. Grayscale: #A8A8A8. Windows color (decimal): -12788049 or 11525692. OLE color: 11525692.
HSL color Cylindrical-coordinate representation of color #3CDEAF: hue angle of 162.59º degrees, saturation: 0.71, 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 #3CDEAF is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 175 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.13 |
| HSL | 162.59º | 0.71% | 0.55% | - |
| HSV(B) | 162.59º | 0.73% | 0.87% | - |
| XYZ | 35.72 | 56.3 | 49.54 | - |
| YUV | 168.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 175 | 0.73 | 0 | 0.21 | 0.13 | 162.59 | 0.71 | 0.55 |
| Hex | 3C | DE | AF | 49 | 0 | 15 | D | A3 | 47 | 37 |
| Octal | 74 | 336 | 257 | 111 | 0 | 25 | 15 | 243 | 107 | 67 |
| Binary | 111100 | 11011110 | 10101111 | 1001001 | 0 | 10101 | 1101 | 10100011 | 1000111 | 110111 |
Color Harmonies of #3CDEAF
Complementary color
Monochromatic Colors of #3CDEAF
Black with #3CDEAF
Text Example
Text Example
White with #3CDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEAF; }
p { color: rgb(60,222,175); }
H1.HeaderClassName
{
color: #3CDEAF;
}
.AnyTagClassName
{
color: #3CDEAF;
}
</style>
background-color css
<style>
a { background-color: #3CDEAF; }
a { background-color: rgb(60,222,175); }
div.DivClassName
{
background-color: #3CDEAF;
}
.BgClassName
{
background-color: #3CDEAF;
}
</style>
border-color css
<style>
span { border-color: #3CDEAF; }
span { border-color: rgb(60,222,175); }
td.TdClassName
{
border-color: #3CDEAF;
}
.TagClassName
{
border-color: #3CDEAF;
}
</style>