Shades of Shamrock #3ACCB3
Tints of Shamrock #3ACCB3
RGB
CMYK
RGB Variations
Color information
#3ACCB3 (or 0x3ACCB3) is known color: Shamrock. HEX triplet: 3A, CC and B3. RGB value is (58,204,179). Sum of RGB (Red+Green+Blue) = 58+204+179=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCB3 is #C5334C. Grayscale: #9D9D9D. Windows color (decimal): -12923725 or 11783226. OLE color: 11783226.
HSL color Cylindrical-coordinate representation of color #3ACCB3: hue angle of 169.73º 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 #3ACCB3 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 179 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.2 |
| HSL | 169.73º | 0.59% | 0.51% | - |
| HSV(B) | 169.73º | 0.72% | 0.8% | - |
| XYZ | 31.47 | 47.34 | 50.13 | - |
| YUV | 157.5 | 140.13 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 179 | 0.72 | 0 | 0.12 | 0.2 | 169.73 | 0.59 | 0.51 |
| Hex | 3A | CC | B3 | 48 | 0 | C | 14 | AA | 3B | 33 |
| Octal | 72 | 314 | 263 | 110 | 0 | 14 | 24 | 252 | 73 | 63 |
| Binary | 111010 | 11001100 | 10110011 | 1001000 | 0 | 1100 | 10100 | 10101010 | 111011 | 110011 |
Color Harmonies of #3ACCB3
Complementary color
Monochromatic Colors of #3ACCB3
Black with #3ACCB3
Text Example
Text Example
White with #3ACCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCB3; }
p { color: rgb(58,204,179); }
H1.HeaderClassName
{
color: #3ACCB3;
}
.AnyTagClassName
{
color: #3ACCB3;
}
</style>
background-color css
<style>
a { background-color: #3ACCB3; }
a { background-color: rgb(58,204,179); }
div.DivClassName
{
background-color: #3ACCB3;
}
.BgClassName
{
background-color: #3ACCB3;
}
</style>
border-color css
<style>
span { border-color: #3ACCB3; }
span { border-color: rgb(58,204,179); }
td.TdClassName
{
border-color: #3ACCB3;
}
.TagClassName
{
border-color: #3ACCB3;
}
</style>