Shades of Shamrock #3ACAB2
Tints of Shamrock #3ACAB2
RGB
CMYK
RGB Variations
Color information
#3ACAB2 (or 0x3ACAB2) is known color: Shamrock. HEX triplet: 3A, CA and B2. RGB value is (58,202,178). Sum of RGB (Red+Green+Blue) = 58+202+178=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACAB2 is #C5354D. Grayscale: #9C9C9C. Windows color (decimal): -12924238 or 11717178. OLE color: 11717178.
HSL color Cylindrical-coordinate representation of color #3ACAB2: hue angle of 170º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACAB2 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 202 | 178 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.21 |
| HSL | 170º | 0.58% | 0.51% | - |
| HSV(B) | 170º | 0.71% | 0.79% | - |
| XYZ | 30.9 | 46.35 | 49.44 | - |
| YUV | 156.21 | 140.29 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 178 | 0.71 | 0 | 0.12 | 0.21 | 170 | 0.58 | 0.51 |
| Hex | 3A | CA | B2 | 47 | 0 | C | 15 | AA | 3A | 33 |
| Octal | 72 | 312 | 262 | 107 | 0 | 14 | 25 | 252 | 72 | 63 |
| Binary | 111010 | 11001010 | 10110010 | 1000111 | 0 | 1100 | 10101 | 10101010 | 111010 | 110011 |
Color Harmonies of #3ACAB2
Complementary color
Monochromatic Colors of #3ACAB2
Black with #3ACAB2
Text Example
Text Example
White with #3ACAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACAB2; }
p { color: rgb(58,202,178); }
H1.HeaderClassName
{
color: #3ACAB2;
}
.AnyTagClassName
{
color: #3ACAB2;
}
</style>
background-color css
<style>
a { background-color: #3ACAB2; }
a { background-color: rgb(58,202,178); }
div.DivClassName
{
background-color: #3ACAB2;
}
.BgClassName
{
background-color: #3ACAB2;
}
</style>
border-color css
<style>
span { border-color: #3ACAB2; }
span { border-color: rgb(58,202,178); }
td.TdClassName
{
border-color: #3ACAB2;
}
.TagClassName
{
border-color: #3ACAB2;
}
</style>