Shades of Shamrock #3ACC98
Tints of Shamrock #3ACC98
RGB
CMYK
RGB Variations
Color information
#3ACC98 (or 0x3ACC98) is known color: Shamrock. HEX triplet: 3A, CC and 98. RGB value is (58,204,152). Sum of RGB (Red+Green+Blue) = 58+204+152=414 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.01% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACC98 is #C53367. Grayscale: #9A9A9A. Windows color (decimal): -12923752 or 10013754. OLE color: 10013754.
HSL color Cylindrical-coordinate representation of color #3ACC98: hue angle of 158.63º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC98 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 152 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.2 |
| HSL | 158.63º | 0.59% | 0.51% | - |
| HSV(B) | 158.63º | 0.72% | 0.8% | - |
| XYZ | 29.01 | 46.35 | 37.12 | - |
| YUV | 154.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 152 | 0.72 | 0 | 0.25 | 0.2 | 158.63 | 0.59 | 0.51 |
| Hex | 3A | CC | 98 | 48 | 0 | 19 | 14 | 9F | 3B | 33 |
| Octal | 72 | 314 | 230 | 110 | 0 | 31 | 24 | 237 | 73 | 63 |
| Binary | 111010 | 11001100 | 10011000 | 1001000 | 0 | 11001 | 10100 | 10011111 | 111011 | 110011 |
Color Harmonies of #3ACC98
Complementary color
Monochromatic Colors of #3ACC98
Black with #3ACC98
Text Example
Text Example
White with #3ACC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC98; }
p { color: rgb(58,204,152); }
H1.HeaderClassName
{
color: #3ACC98;
}
.AnyTagClassName
{
color: #3ACC98;
}
</style>
background-color css
<style>
a { background-color: #3ACC98; }
a { background-color: rgb(58,204,152); }
div.DivClassName
{
background-color: #3ACC98;
}
.BgClassName
{
background-color: #3ACC98;
}
</style>
border-color css
<style>
span { border-color: #3ACC98; }
span { border-color: rgb(58,204,152); }
td.TdClassName
{
border-color: #3ACC98;
}
.TagClassName
{
border-color: #3ACC98;
}
</style>