Shades of Shamrock #3ACBA5
Tints of Shamrock #3ACBA5
RGB
CMYK
RGB Variations
Color information
#3ACBA5 (or 0x3ACBA5) is known color: Shamrock. HEX triplet: 3A, CB and A5. RGB value is (58,203,165). Sum of RGB (Red+Green+Blue) = 58+203+165=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACBA5 is #C5345A. Grayscale: #9B9B9B. Windows color (decimal): -12923995 or 10865466. OLE color: 10865466.
HSL color Cylindrical-coordinate representation of color #3ACBA5: hue angle of 164.28º 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 #3ACBA5 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 165 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.20 |
| HSL | 164.28º | 0.58% | 0.51% | - |
| HSV(B) | 164.28º | 0.71% | 0.8% | - |
| XYZ | 29.89 | 46.33 | 42.96 | - |
| YUV | 155.31 | 133.46 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 165 | 0.71 | 0 | 0.19 | 0.20 | 164.28 | 0.58 | 0.51 |
| Hex | 3A | CB | A5 | 47 | 0 | 13 | 14 | A4 | 3A | 33 |
| Octal | 72 | 313 | 245 | 107 | 0 | 23 | 24 | 244 | 72 | 63 |
| Binary | 111010 | 11001011 | 10100101 | 1000111 | 0 | 10011 | 10100 | 10100100 | 111010 | 110011 |
Color Harmonies of #3ACBA5
Complementary color
Monochromatic Colors of #3ACBA5
Black with #3ACBA5
Text Example
Text Example
White with #3ACBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBA5; }
p { color: rgb(58,203,165); }
H1.HeaderClassName
{
color: #3ACBA5;
}
.AnyTagClassName
{
color: #3ACBA5;
}
</style>
background-color css
<style>
a { background-color: #3ACBA5; }
a { background-color: rgb(58,203,165); }
div.DivClassName
{
background-color: #3ACBA5;
}
.BgClassName
{
background-color: #3ACBA5;
}
</style>
border-color css
<style>
span { border-color: #3ACBA5; }
span { border-color: rgb(58,203,165); }
td.TdClassName
{
border-color: #3ACBA5;
}
.TagClassName
{
border-color: #3ACBA5;
}
</style>