Shades of Shamrock #3ACBAA
Tints of Shamrock #3ACBAA
RGB
CMYK
RGB Variations
Color information
#3ACBAA (or 0x3ACBAA) is known color: Shamrock. HEX triplet: 3A, CB and AA. RGB value is (58,203,170). Sum of RGB (Red+Green+Blue) = 58+203+170=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACBAA is #C53455. Grayscale: #9B9B9B. Windows color (decimal): -12923990 or 11193146. OLE color: 11193146.
HSL color Cylindrical-coordinate representation of color #3ACBAA: hue angle of 166.34º 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 #3ACBAA is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 170 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.20 |
| HSL | 166.34º | 0.58% | 0.51% | - |
| HSV(B) | 166.34º | 0.71% | 0.8% | - |
| XYZ | 30.36 | 46.51 | 45.41 | - |
| YUV | 155.88 | 135.96 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 170 | 0.71 | 0 | 0.16 | 0.20 | 166.34 | 0.58 | 0.51 |
| Hex | 3A | CB | AA | 47 | 0 | 10 | 14 | A6 | 3A | 33 |
| Octal | 72 | 313 | 252 | 107 | 0 | 20 | 24 | 246 | 72 | 63 |
| Binary | 111010 | 11001011 | 10101010 | 1000111 | 0 | 10000 | 10100 | 10100110 | 111010 | 110011 |
Color Harmonies of #3ACBAA
Complementary color
Monochromatic Colors of #3ACBAA
Black with #3ACBAA
Text Example
Text Example
White with #3ACBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBAA; }
p { color: rgb(58,203,170); }
H1.HeaderClassName
{
color: #3ACBAA;
}
.AnyTagClassName
{
color: #3ACBAA;
}
</style>
background-color css
<style>
a { background-color: #3ACBAA; }
a { background-color: rgb(58,203,170); }
div.DivClassName
{
background-color: #3ACBAA;
}
.BgClassName
{
background-color: #3ACBAA;
}
</style>
border-color css
<style>
span { border-color: #3ACBAA; }
span { border-color: rgb(58,203,170); }
td.TdClassName
{
border-color: #3ACBAA;
}
.TagClassName
{
border-color: #3ACBAA;
}
</style>