Shades of Shamrock #3AF2A6
Tints of Shamrock #3AF2A6
RGB
CMYK
RGB Variations
Color information
#3AF2A6 (or 0x3AF2A6) is known color: Shamrock. HEX triplet: 3A, F2 and A6. RGB value is (58,242,166). Sum of RGB (Red+Green+Blue) = 58+242+166=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF2A6 is #C50D59. Grayscale: #B2B2B2. Windows color (decimal): -12914010 or 10940986. OLE color: 10940986.
HSL color Cylindrical-coordinate representation of color #3AF2A6: hue angle of 155.22º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF2A6 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 166 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.05 |
| HSL | 155.22º | 0.88% | 0.59% | - |
| HSV(B) | 155.22º | 0.76% | 0.95% | - |
| XYZ | 40.38 | 67.16 | 46.91 | - |
| YUV | 178.32 | 121.04 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 166 | 0.76 | 0 | 0.31 | 0.05 | 155.22 | 0.88 | 0.59 |
| Hex | 3A | F2 | A6 | 4C | 0 | 1F | 5 | 9B | 58 | 3B |
| Octal | 72 | 362 | 246 | 114 | 0 | 37 | 5 | 233 | 130 | 73 |
| Binary | 111010 | 11110010 | 10100110 | 1001100 | 0 | 11111 | 101 | 10011011 | 1011000 | 111011 |
Color Harmonies of #3AF2A6
Complementary color
Monochromatic Colors of #3AF2A6
Black with #3AF2A6
Text Example
Text Example
White with #3AF2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF2A6; }
p { color: rgb(58,242,166); }
H1.HeaderClassName
{
color: #3AF2A6;
}
.AnyTagClassName
{
color: #3AF2A6;
}
</style>
background-color css
<style>
a { background-color: #3AF2A6; }
a { background-color: rgb(58,242,166); }
div.DivClassName
{
background-color: #3AF2A6;
}
.BgClassName
{
background-color: #3AF2A6;
}
</style>
border-color css
<style>
span { border-color: #3AF2A6; }
span { border-color: rgb(58,242,166); }
td.TdClassName
{
border-color: #3AF2A6;
}
.TagClassName
{
border-color: #3AF2A6;
}
</style>