Shades of Shamrock #3CF8AD
Tints of Shamrock #3CF8AD
RGB
CMYK
RGB Variations
Color information
#3CF8AD (or 0x3CF8AD) is known color: Shamrock. HEX triplet: 3C, F8 and AD. RGB value is (60,248,173). Sum of RGB (Red+Green+Blue) = 60+248+173=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF8AD is #C30752. Grayscale: #B7B7B7. Windows color (decimal): -12781395 or 11401276. OLE color: 11401276.
HSL color Cylindrical-coordinate representation of color #3CF8AD: hue angle of 156.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF8AD is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 173 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.03 |
| HSL | 156.06º | 0.93% | 0.6% | - |
| HSV(B) | 156.06º | 0.76% | 0.97% | - |
| XYZ | 42.97 | 71.11 | 51 | - |
| YUV | 183.24 | 122.22 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 173 | 0.76 | 0 | 0.30 | 0.03 | 156.06 | 0.93 | 0.6 |
| Hex | 3C | F8 | AD | 4C | 0 | 1E | 3 | 9C | 5D | 3C |
| Octal | 74 | 370 | 255 | 114 | 0 | 36 | 3 | 234 | 135 | 74 |
| Binary | 111100 | 11111000 | 10101101 | 1001100 | 0 | 11110 | 11 | 10011100 | 1011101 | 111100 |
Color Harmonies of #3CF8AD
Complementary color
Monochromatic Colors of #3CF8AD
Black with #3CF8AD
Text Example
Text Example
White with #3CF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8AD; }
p { color: rgb(60,248,173); }
H1.HeaderClassName
{
color: #3CF8AD;
}
.AnyTagClassName
{
color: #3CF8AD;
}
</style>
background-color css
<style>
a { background-color: #3CF8AD; }
a { background-color: rgb(60,248,173); }
div.DivClassName
{
background-color: #3CF8AD;
}
.BgClassName
{
background-color: #3CF8AD;
}
</style>
border-color css
<style>
span { border-color: #3CF8AD; }
span { border-color: rgb(60,248,173); }
td.TdClassName
{
border-color: #3CF8AD;
}
.TagClassName
{
border-color: #3CF8AD;
}
</style>