Shades of Shamrock #3ABAA5
Tints of Shamrock #3ABAA5
RGB
CMYK
RGB Variations
Color information
#3ABAA5 (or 0x3ABAA5) is known color: Shamrock. HEX triplet: 3A, BA and A5. RGB value is (58,186,165). Sum of RGB (Red+Green+Blue) = 58+186+165=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABAA5 is #C5455A. Grayscale: #919191. Windows color (decimal): -12928347 or 10861114. OLE color: 10861114.
HSL color Cylindrical-coordinate representation of color #3ABAA5: hue angle of 170.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABAA5 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 165 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.27 |
| HSL | 170.16º | 0.52% | 0.48% | - |
| HSV(B) | 170.16º | 0.69% | 0.73% | - |
| XYZ | 26.1 | 38.73 | 41.7 | - |
| YUV | 145.33 | 139.09 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 165 | 0.69 | 0 | 0.11 | 0.27 | 170.16 | 0.52 | 0.48 |
| Hex | 3A | BA | A5 | 45 | 0 | B | 1B | AA | 34 | 30 |
| Octal | 72 | 272 | 245 | 105 | 0 | 13 | 33 | 252 | 64 | 60 |
| Binary | 111010 | 10111010 | 10100101 | 1000101 | 0 | 1011 | 11011 | 10101010 | 110100 | 110000 |
Color Harmonies of #3ABAA5
Complementary color
Monochromatic Colors of #3ABAA5
Black with #3ABAA5
Text Example
Text Example
White with #3ABAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAA5; }
p { color: rgb(58,186,165); }
H1.HeaderClassName
{
color: #3ABAA5;
}
.AnyTagClassName
{
color: #3ABAA5;
}
</style>
background-color css
<style>
a { background-color: #3ABAA5; }
a { background-color: rgb(58,186,165); }
div.DivClassName
{
background-color: #3ABAA5;
}
.BgClassName
{
background-color: #3ABAA5;
}
</style>
border-color css
<style>
span { border-color: #3ABAA5; }
span { border-color: rgb(58,186,165); }
td.TdClassName
{
border-color: #3ABAA5;
}
.TagClassName
{
border-color: #3ABAA5;
}
</style>