Shades of Emerald #43C685
Tints of Emerald #43C685
RGB
CMYK
RGB Variations
Color information
#43C685 (or 0x43C685) is known color: Emerald. HEX triplet: 43, C6 and 85. RGB value is (67,198,133). Sum of RGB (Red+Green+Blue) = 67+198+133=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #43C685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C685 is #BC397A. Grayscale: #979797. Windows color (decimal): -12335483 or 8767043. OLE color: 8767043.
HSL color Cylindrical-coordinate representation of color #43C685: hue angle of 150.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C685 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 198 | 133 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.22 |
| HSL | 150.23º | 0.53% | 0.52% | - |
| HSV(B) | 150.23º | 0.66% | 0.78% | - |
| XYZ | 26.74 | 43.27 | 29.13 | - |
| YUV | 151.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 198 | 133 | 0.66 | 0 | 0.33 | 0.22 | 150.23 | 0.53 | 0.52 |
| Hex | 43 | C6 | 85 | 42 | 0 | 21 | 16 | 96 | 35 | 34 |
| Octal | 103 | 306 | 205 | 102 | 0 | 41 | 26 | 226 | 65 | 64 |
| Binary | 1000011 | 11000110 | 10000101 | 1000010 | 0 | 100001 | 10110 | 10010110 | 110101 | 110100 |
Color Harmonies of #43C685
Complementary color
Monochromatic Colors of #43C685
Black with #43C685
Text Example
Text Example
White with #43C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C685; }
p { color: rgb(67,198,133); }
H1.HeaderClassName
{
color: #43C685;
}
.AnyTagClassName
{
color: #43C685;
}
</style>
background-color css
<style>
a { background-color: #43C685; }
a { background-color: rgb(67,198,133); }
div.DivClassName
{
background-color: #43C685;
}
.BgClassName
{
background-color: #43C685;
}
</style>
border-color css
<style>
span { border-color: #43C685; }
span { border-color: rgb(67,198,133); }
td.TdClassName
{
border-color: #43C685;
}
.TagClassName
{
border-color: #43C685;
}
</style>