Shades of Emerald #3AF06B
Tints of Emerald #3AF06B
RGB
CMYK
RGB Variations
Color information
#3AF06B (or 0x3AF06B) is known color: Emerald. HEX triplet: 3A, F0 and 6B. RGB value is (58,240,107). Sum of RGB (Red+Green+Blue) = 58+240+107=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 240 (94.14% from 255 or 59.26% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF06B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF06B is #C50F94. Grayscale: #AAAAAA. Windows color (decimal): -12914581 or 7073850. OLE color: 7073850.
HSL color Cylindrical-coordinate representation of color #3AF06B: hue angle of 136.15º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF06B is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 107 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.06 |
| HSL | 136.15º | 0.86% | 0.58% | - |
| HSV(B) | 136.15º | 0.76% | 0.94% | - |
| XYZ | 35.56 | 64.28 | 24.44 | - |
| YUV | 170.42 | 92.2 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 107 | 0.76 | 0 | 0.55 | 0.06 | 136.15 | 0.86 | 0.58 |
| Hex | 3A | F0 | 6B | 4C | 0 | 37 | 6 | 88 | 56 | 3A |
| Octal | 72 | 360 | 153 | 114 | 0 | 67 | 6 | 210 | 126 | 72 |
| Binary | 111010 | 11110000 | 1101011 | 1001100 | 0 | 110111 | 110 | 10001000 | 1010110 | 111010 |
Color Harmonies of #3AF06B
Complementary color
Monochromatic Colors of #3AF06B
Black with #3AF06B
Text Example
Text Example
White with #3AF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF06B; }
p { color: rgb(58,240,107); }
H1.HeaderClassName
{
color: #3AF06B;
}
.AnyTagClassName
{
color: #3AF06B;
}
</style>
background-color css
<style>
a { background-color: #3AF06B; }
a { background-color: rgb(58,240,107); }
div.DivClassName
{
background-color: #3AF06B;
}
.BgClassName
{
background-color: #3AF06B;
}
</style>
border-color css
<style>
span { border-color: #3AF06B; }
span { border-color: rgb(58,240,107); }
td.TdClassName
{
border-color: #3AF06B;
}
.TagClassName
{
border-color: #3AF06B;
}
</style>