Shades of Emerald #3AFB7B
Tints of Emerald #3AFB7B
RGB
CMYK
RGB Variations
Color information
#3AFB7B (or 0x3AFB7B) is known color: Emerald. HEX triplet: 3A, FB and 7B. RGB value is (58,251,123). Sum of RGB (Red+Green+Blue) = 58+251+123=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 251 (98.44% from 255 or 58.10% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFB7B is #C50484. Grayscale: #B3B3B3. Windows color (decimal): -12911749 or 8125242. OLE color: 8125242.
HSL color Cylindrical-coordinate representation of color #3AFB7B: hue angle of 140.21º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB7B is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 123 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.02 |
| HSL | 140.21º | 0.96% | 0.61% | - |
| HSV(B) | 140.21º | 0.77% | 0.98% | - |
| XYZ | 39.82 | 71.32 | 30.41 | - |
| YUV | 178.7 | 96.56 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 123 | 0.77 | 0 | 0.51 | 0.02 | 140.21 | 0.96 | 0.61 |
| Hex | 3A | FB | 7B | 4D | 0 | 33 | 2 | 8C | 60 | 3D |
| Octal | 72 | 373 | 173 | 115 | 0 | 63 | 2 | 214 | 140 | 75 |
| Binary | 111010 | 11111011 | 1111011 | 1001101 | 0 | 110011 | 10 | 10001100 | 1100000 | 111101 |
Color Harmonies of #3AFB7B
Complementary color
Monochromatic Colors of #3AFB7B
Black with #3AFB7B
Text Example
Text Example
White with #3AFB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB7B; }
p { color: rgb(58,251,123); }
H1.HeaderClassName
{
color: #3AFB7B;
}
.AnyTagClassName
{
color: #3AFB7B;
}
</style>
background-color css
<style>
a { background-color: #3AFB7B; }
a { background-color: rgb(58,251,123); }
div.DivClassName
{
background-color: #3AFB7B;
}
.BgClassName
{
background-color: #3AFB7B;
}
</style>
border-color css
<style>
span { border-color: #3AFB7B; }
span { border-color: rgb(58,251,123); }
td.TdClassName
{
border-color: #3AFB7B;
}
.TagClassName
{
border-color: #3AFB7B;
}
</style>