Shades of Shamrock #3CF8AA
Tints of Shamrock #3CF8AA
RGB
CMYK
RGB Variations
Color information
#3CF8AA (or 0x3CF8AA) is known color: Shamrock. HEX triplet: 3C, F8 and AA. RGB value is (60,248,170). Sum of RGB (Red+Green+Blue) = 60+248+170=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF8AA is #C30755. Grayscale: #B7B7B7. Windows color (decimal): -12781398 or 11204668. OLE color: 11204668.
HSL color Cylindrical-coordinate representation of color #3CF8AA: hue angle of 155.11º 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 #3CF8AA is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 170 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.03 |
| HSL | 155.11º | 0.93% | 0.6% | - |
| HSV(B) | 155.11º | 0.76% | 0.97% | - |
| XYZ | 42.69 | 71 | 49.48 | - |
| YUV | 182.9 | 120.72 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 170 | 0.76 | 0 | 0.31 | 0.03 | 155.11 | 0.93 | 0.6 |
| Hex | 3C | F8 | AA | 4C | 0 | 1F | 3 | 9B | 5D | 3C |
| Octal | 74 | 370 | 252 | 114 | 0 | 37 | 3 | 233 | 135 | 74 |
| Binary | 111100 | 11111000 | 10101010 | 1001100 | 0 | 11111 | 11 | 10011011 | 1011101 | 111100 |
Color Harmonies of #3CF8AA
Complementary color
Monochromatic Colors of #3CF8AA
Black with #3CF8AA
Text Example
Text Example
White with #3CF8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8AA; }
p { color: rgb(60,248,170); }
H1.HeaderClassName
{
color: #3CF8AA;
}
.AnyTagClassName
{
color: #3CF8AA;
}
</style>
background-color css
<style>
a { background-color: #3CF8AA; }
a { background-color: rgb(60,248,170); }
div.DivClassName
{
background-color: #3CF8AA;
}
.BgClassName
{
background-color: #3CF8AA;
}
</style>
border-color css
<style>
span { border-color: #3CF8AA; }
span { border-color: rgb(60,248,170); }
td.TdClassName
{
border-color: #3CF8AA;
}
.TagClassName
{
border-color: #3CF8AA;
}
</style>