Shades of Shamrock #3ACBA1
Tints of Shamrock #3ACBA1
RGB
CMYK
RGB Variations
Color information
#3ACBA1 (or 0x3ACBA1) is known color: Shamrock. HEX triplet: 3A, CB and A1. RGB value is (58,203,161). Sum of RGB (Red+Green+Blue) = 58+203+161=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACBA1 is #C5345E. Grayscale: #9A9A9A. Windows color (decimal): -12923999 or 10603322. OLE color: 10603322.
HSL color Cylindrical-coordinate representation of color #3ACBA1: hue angle of 162.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACBA1 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 161 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.20 |
| HSL | 162.62º | 0.58% | 0.51% | - |
| HSV(B) | 162.62º | 0.71% | 0.8% | - |
| XYZ | 29.53 | 46.18 | 41.08 | - |
| YUV | 154.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 161 | 0.71 | 0 | 0.21 | 0.20 | 162.62 | 0.58 | 0.51 |
| Hex | 3A | CB | A1 | 47 | 0 | 15 | 14 | A3 | 3A | 33 |
| Octal | 72 | 313 | 241 | 107 | 0 | 25 | 24 | 243 | 72 | 63 |
| Binary | 111010 | 11001011 | 10100001 | 1000111 | 0 | 10101 | 10100 | 10100011 | 111010 | 110011 |
Color Harmonies of #3ACBA1
Complementary color
Monochromatic Colors of #3ACBA1
Black with #3ACBA1
Text Example
Text Example
White with #3ACBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBA1; }
p { color: rgb(58,203,161); }
H1.HeaderClassName
{
color: #3ACBA1;
}
.AnyTagClassName
{
color: #3ACBA1;
}
</style>
background-color css
<style>
a { background-color: #3ACBA1; }
a { background-color: rgb(58,203,161); }
div.DivClassName
{
background-color: #3ACBA1;
}
.BgClassName
{
background-color: #3ACBA1;
}
</style>
border-color css
<style>
span { border-color: #3ACBA1; }
span { border-color: rgb(58,203,161); }
td.TdClassName
{
border-color: #3ACBA1;
}
.TagClassName
{
border-color: #3ACBA1;
}
</style>