Shades of Shamrock #3ACCB2
Tints of Shamrock #3ACCB2
RGB
CMYK
RGB Variations
Color information
#3ACCB2 (or 0x3ACCB2) is known color: Shamrock. HEX triplet: 3A, CC and B2. RGB value is (58,204,178). Sum of RGB (Red+Green+Blue) = 58+204+178=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACCB2 is #C5334D. Grayscale: #9D9D9D. Windows color (decimal): -12923726 or 11717690. OLE color: 11717690.
HSL color Cylindrical-coordinate representation of color #3ACCB2: hue angle of 169.32º 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 #3ACCB2 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 178 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.2 |
| HSL | 169.32º | 0.59% | 0.51% | - |
| HSV(B) | 169.32º | 0.72% | 0.8% | - |
| XYZ | 31.37 | 47.3 | 49.6 | - |
| YUV | 157.38 | 139.63 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 178 | 0.72 | 0 | 0.13 | 0.2 | 169.32 | 0.59 | 0.51 |
| Hex | 3A | CC | B2 | 48 | 0 | D | 14 | A9 | 3B | 33 |
| Octal | 72 | 314 | 262 | 110 | 0 | 15 | 24 | 251 | 73 | 63 |
| Binary | 111010 | 11001100 | 10110010 | 1001000 | 0 | 1101 | 10100 | 10101001 | 111011 | 110011 |
Color Harmonies of #3ACCB2
Complementary color
Monochromatic Colors of #3ACCB2
Black with #3ACCB2
Text Example
Text Example
White with #3ACCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCB2; }
p { color: rgb(58,204,178); }
H1.HeaderClassName
{
color: #3ACCB2;
}
.AnyTagClassName
{
color: #3ACCB2;
}
</style>
background-color css
<style>
a { background-color: #3ACCB2; }
a { background-color: rgb(58,204,178); }
div.DivClassName
{
background-color: #3ACCB2;
}
.BgClassName
{
background-color: #3ACCB2;
}
</style>
border-color css
<style>
span { border-color: #3ACCB2; }
span { border-color: rgb(58,204,178); }
td.TdClassName
{
border-color: #3ACCB2;
}
.TagClassName
{
border-color: #3ACCB2;
}
</style>