Shades of Shamrock #3ABFAB
Tints of Shamrock #3ABFAB
RGB
CMYK
RGB Variations
Color information
#3ABFAB (or 0x3ABFAB) is known color: Shamrock. HEX triplet: 3A, BF and AB. RGB value is (58,191,171). Sum of RGB (Red+Green+Blue) = 58+191+171=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABFAB is #C54054. Grayscale: #949494. Windows color (decimal): -12927061 or 11255610. OLE color: 11255610.
HSL color Cylindrical-coordinate representation of color #3ABFAB: hue angle of 170.98º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABFAB is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 171 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.25 |
| HSL | 170.98º | 0.53% | 0.49% | - |
| HSV(B) | 170.98º | 0.7% | 0.75% | - |
| XYZ | 27.73 | 41.1 | 45 | - |
| YUV | 148.95 | 140.44 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 171 | 0.70 | 0 | 0.10 | 0.25 | 170.98 | 0.53 | 0.49 |
| Hex | 3A | BF | AB | 46 | 0 | A | 19 | AB | 35 | 31 |
| Octal | 72 | 277 | 253 | 106 | 0 | 12 | 31 | 253 | 65 | 61 |
| Binary | 111010 | 10111111 | 10101011 | 1000110 | 0 | 1010 | 11001 | 10101011 | 110101 | 110001 |
Color Harmonies of #3ABFAB
Complementary color
Monochromatic Colors of #3ABFAB
Black with #3ABFAB
Text Example
Text Example
White with #3ABFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFAB; }
p { color: rgb(58,191,171); }
H1.HeaderClassName
{
color: #3ABFAB;
}
.AnyTagClassName
{
color: #3ABFAB;
}
</style>
background-color css
<style>
a { background-color: #3ABFAB; }
a { background-color: rgb(58,191,171); }
div.DivClassName
{
background-color: #3ABFAB;
}
.BgClassName
{
background-color: #3ABFAB;
}
</style>
border-color css
<style>
span { border-color: #3ABFAB; }
span { border-color: rgb(58,191,171); }
td.TdClassName
{
border-color: #3ABFAB;
}
.TagClassName
{
border-color: #3ABFAB;
}
</style>