Shades of Shamrock #3AFA8F
Tints of Shamrock #3AFA8F
RGB
CMYK
RGB Variations
Color information
#3AFA8F (or 0x3AFA8F) is known color: Shamrock. HEX triplet: 3A, FA and 8F. RGB value is (58,250,143). Sum of RGB (Red+Green+Blue) = 58+250+143=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFA8F is #C50570. Grayscale: #B4B4B4. Windows color (decimal): -12911985 or 9435706. OLE color: 9435706.
HSL color Cylindrical-coordinate representation of color #3AFA8F: hue angle of 146.56º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFA8F is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 143 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.02 |
| HSL | 146.56º | 0.95% | 0.6% | - |
| HSV(B) | 146.56º | 0.77% | 0.98% | - |
| XYZ | 40.89 | 71.25 | 37.58 | - |
| YUV | 180.39 | 106.89 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 143 | 0.77 | 0 | 0.43 | 0.02 | 146.56 | 0.95 | 0.6 |
| Hex | 3A | FA | 8F | 4D | 0 | 2B | 2 | 93 | 5F | 3C |
| Octal | 72 | 372 | 217 | 115 | 0 | 53 | 2 | 223 | 137 | 74 |
| Binary | 111010 | 11111010 | 10001111 | 1001101 | 0 | 101011 | 10 | 10010011 | 1011111 | 111100 |
Color Harmonies of #3AFA8F
Complementary color
Monochromatic Colors of #3AFA8F
Black with #3AFA8F
Text Example
Text Example
White with #3AFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFA8F; }
p { color: rgb(58,250,143); }
H1.HeaderClassName
{
color: #3AFA8F;
}
.AnyTagClassName
{
color: #3AFA8F;
}
</style>
background-color css
<style>
a { background-color: #3AFA8F; }
a { background-color: rgb(58,250,143); }
div.DivClassName
{
background-color: #3AFA8F;
}
.BgClassName
{
background-color: #3AFA8F;
}
</style>
border-color css
<style>
span { border-color: #3AFA8F; }
span { border-color: rgb(58,250,143); }
td.TdClassName
{
border-color: #3AFA8F;
}
.TagClassName
{
border-color: #3AFA8F;
}
</style>