Shades of Emerald #3AFA7B
Tints of Emerald #3AFA7B
RGB
CMYK
RGB Variations
Color information
#3AFA7B (or 0x3AFA7B) is known color: Emerald. HEX triplet: 3A, FA and 7B. RGB value is (58,250,123). Sum of RGB (Red+Green+Blue) = 58+250+123=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFA7B is #C50584. Grayscale: #B2B2B2. Windows color (decimal): -12912005 or 8124986. OLE color: 8124986.
HSL color Cylindrical-coordinate representation of color #3AFA7B: hue angle of 140.31º 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 #3AFA7B is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 123 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.02 |
| HSL | 140.31º | 0.95% | 0.6% | - |
| HSV(B) | 140.31º | 0.77% | 0.98% | - |
| XYZ | 39.51 | 70.7 | 30.3 | - |
| YUV | 178.11 | 96.89 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 123 | 0.77 | 0 | 0.51 | 0.02 | 140.31 | 0.95 | 0.6 |
| Hex | 3A | FA | 7B | 4D | 0 | 33 | 2 | 8C | 5F | 3C |
| Octal | 72 | 372 | 173 | 115 | 0 | 63 | 2 | 214 | 137 | 74 |
| Binary | 111010 | 11111010 | 1111011 | 1001101 | 0 | 110011 | 10 | 10001100 | 1011111 | 111100 |
Color Harmonies of #3AFA7B
Complementary color
Monochromatic Colors of #3AFA7B
Black with #3AFA7B
Text Example
Text Example
White with #3AFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFA7B; }
p { color: rgb(58,250,123); }
H1.HeaderClassName
{
color: #3AFA7B;
}
.AnyTagClassName
{
color: #3AFA7B;
}
</style>
background-color css
<style>
a { background-color: #3AFA7B; }
a { background-color: rgb(58,250,123); }
div.DivClassName
{
background-color: #3AFA7B;
}
.BgClassName
{
background-color: #3AFA7B;
}
</style>
border-color css
<style>
span { border-color: #3AFA7B; }
span { border-color: rgb(58,250,123); }
td.TdClassName
{
border-color: #3AFA7B;
}
.TagClassName
{
border-color: #3AFA7B;
}
</style>