Shades of Emerald #43C384
Tints of Emerald #43C384
RGB
CMYK
RGB Variations
Color information
#43C384 (or 0x43C384) is known color: Emerald. HEX triplet: 43, C3 and 84. RGB value is (67,195,132). Sum of RGB (Red+Green+Blue) = 67+195+132=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #43C384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C384 is #BC3C7B. Grayscale: #959595. Windows color (decimal): -12336252 or 8700739. OLE color: 8700739.
HSL color Cylindrical-coordinate representation of color #43C384: hue angle of 150.47º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C384 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 132 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.24 |
| HSL | 150.47º | 0.52% | 0.51% | - |
| HSV(B) | 150.47º | 0.66% | 0.76% | - |
| XYZ | 25.99 | 41.89 | 28.55 | - |
| YUV | 149.55 | 118.09 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 132 | 0.66 | 0 | 0.32 | 0.24 | 150.47 | 0.52 | 0.51 |
| Hex | 43 | C3 | 84 | 42 | 0 | 20 | 18 | 96 | 34 | 33 |
| Octal | 103 | 303 | 204 | 102 | 0 | 40 | 30 | 226 | 64 | 63 |
| Binary | 1000011 | 11000011 | 10000100 | 1000010 | 0 | 100000 | 11000 | 10010110 | 110100 | 110011 |
Color Harmonies of #43C384
Complementary color
Monochromatic Colors of #43C384
Black with #43C384
Text Example
Text Example
White with #43C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C384; }
p { color: rgb(67,195,132); }
H1.HeaderClassName
{
color: #43C384;
}
.AnyTagClassName
{
color: #43C384;
}
</style>
background-color css
<style>
a { background-color: #43C384; }
a { background-color: rgb(67,195,132); }
div.DivClassName
{
background-color: #43C384;
}
.BgClassName
{
background-color: #43C384;
}
</style>
border-color css
<style>
span { border-color: #43C384; }
span { border-color: rgb(67,195,132); }
td.TdClassName
{
border-color: #43C384;
}
.TagClassName
{
border-color: #43C384;
}
</style>