Shades of Shamrock #3CDEA8
Tints of Shamrock #3CDEA8
RGB
CMYK
RGB Variations
Color information
#3CDEA8 (or 0x3CDEA8) is known color: Shamrock. HEX triplet: 3C, DE and A8. RGB value is (60,222,168). Sum of RGB (Red+Green+Blue) = 60+222+168=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDEA8 is #C32157. Grayscale: #A7A7A7. Windows color (decimal): -12788056 or 11066940. OLE color: 11066940.
HSL color Cylindrical-coordinate representation of color #3CDEA8: hue angle of 160º 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 #3CDEA8 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 168 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.13 |
| HSL | 160º | 0.71% | 0.55% | - |
| HSV(B) | 160º | 0.73% | 0.87% | - |
| XYZ | 35.05 | 56.03 | 46.01 | - |
| YUV | 167.41 | 128.33 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 168 | 0.73 | 0 | 0.24 | 0.13 | 160 | 0.71 | 0.55 |
| Hex | 3C | DE | A8 | 49 | 0 | 18 | D | A0 | 47 | 37 |
| Octal | 74 | 336 | 250 | 111 | 0 | 30 | 15 | 240 | 107 | 67 |
| Binary | 111100 | 11011110 | 10101000 | 1001001 | 0 | 11000 | 1101 | 10100000 | 1000111 | 110111 |
Color Harmonies of #3CDEA8
Complementary color
Monochromatic Colors of #3CDEA8
Black with #3CDEA8
Text Example
Text Example
White with #3CDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEA8; }
p { color: rgb(60,222,168); }
H1.HeaderClassName
{
color: #3CDEA8;
}
.AnyTagClassName
{
color: #3CDEA8;
}
</style>
background-color css
<style>
a { background-color: #3CDEA8; }
a { background-color: rgb(60,222,168); }
div.DivClassName
{
background-color: #3CDEA8;
}
.BgClassName
{
background-color: #3CDEA8;
}
</style>
border-color css
<style>
span { border-color: #3CDEA8; }
span { border-color: rgb(60,222,168); }
td.TdClassName
{
border-color: #3CDEA8;
}
.TagClassName
{
border-color: #3CDEA8;
}
</style>