Shades of Ocean Green #43A66D
Tints of Ocean Green #43A66D
RGB
CMYK
RGB Variations
Color information
#43A66D (or 0x43A66D) is known color: Ocean Green. HEX triplet: 43, A6 and 6D. RGB value is (67,166,109). Sum of RGB (Red+Green+Blue) = 67+166+109=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #43A66D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A66D is #BC5992. Grayscale: #828282. Windows color (decimal): -12343699 or 7185987. OLE color: 7185987.
HSL color Cylindrical-coordinate representation of color #43A66D: hue angle of 145.45º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A66D is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 166 | 109 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.35 |
| HSL | 145.45º | 0.42% | 0.46% | - |
| HSV(B) | 145.45º | 0.6% | 0.65% | - |
| XYZ | 18.71 | 29.57 | 19.19 | - |
| YUV | 129.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 109 | 0.60 | 0 | 0.34 | 0.35 | 145.45 | 0.42 | 0.46 |
| Hex | 43 | A6 | 6D | 3C | 0 | 22 | 23 | 91 | 2A | 2E |
| Octal | 103 | 246 | 155 | 74 | 0 | 42 | 43 | 221 | 52 | 56 |
| Binary | 1000011 | 10100110 | 1101101 | 111100 | 0 | 100010 | 100011 | 10010001 | 101010 | 101110 |
Color Harmonies of #43A66D
Complementary color
Monochromatic Colors of #43A66D
Black with #43A66D
Text Example
Text Example
White with #43A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A66D; }
p { color: rgb(67,166,109); }
H1.HeaderClassName
{
color: #43A66D;
}
.AnyTagClassName
{
color: #43A66D;
}
</style>
background-color css
<style>
a { background-color: #43A66D; }
a { background-color: rgb(67,166,109); }
div.DivClassName
{
background-color: #43A66D;
}
.BgClassName
{
background-color: #43A66D;
}
</style>
border-color css
<style>
span { border-color: #43A66D; }
span { border-color: rgb(67,166,109); }
td.TdClassName
{
border-color: #43A66D;
}
.TagClassName
{
border-color: #43A66D;
}
</style>