Shades of Ocean Green #43A66B
Tints of Ocean Green #43A66B
RGB
CMYK
RGB Variations
Color information
#43A66B (or 0x43A66B) is known color: Ocean Green. HEX triplet: 43, A6 and 6B. RGB value is (67,166,107). Sum of RGB (Red+Green+Blue) = 67+166+107=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #43A66B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A66B is #BC5994. Grayscale: #818181. Windows color (decimal): -12343701 or 7054915. OLE color: 7054915.
HSL color Cylindrical-coordinate representation of color #43A66B: hue angle of 144.24º 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 #43A66B is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 166 | 107 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.35 |
| HSL | 144.24º | 0.42% | 0.46% | - |
| HSV(B) | 144.24º | 0.6% | 0.65% | - |
| XYZ | 18.6 | 29.53 | 18.63 | - |
| YUV | 129.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 107 | 0.60 | 0 | 0.36 | 0.35 | 144.24 | 0.42 | 0.46 |
| Hex | 43 | A6 | 6B | 3C | 0 | 24 | 23 | 90 | 2A | 2E |
| Octal | 103 | 246 | 153 | 74 | 0 | 44 | 43 | 220 | 52 | 56 |
| Binary | 1000011 | 10100110 | 1101011 | 111100 | 0 | 100100 | 100011 | 10010000 | 101010 | 101110 |
Color Harmonies of #43A66B
Complementary color
Monochromatic Colors of #43A66B
Black with #43A66B
Text Example
Text Example
White with #43A66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A66B; }
p { color: rgb(67,166,107); }
H1.HeaderClassName
{
color: #43A66B;
}
.AnyTagClassName
{
color: #43A66B;
}
</style>
background-color css
<style>
a { background-color: #43A66B; }
a { background-color: rgb(67,166,107); }
div.DivClassName
{
background-color: #43A66B;
}
.BgClassName
{
background-color: #43A66B;
}
</style>
border-color css
<style>
span { border-color: #43A66B; }
span { border-color: rgb(67,166,107); }
td.TdClassName
{
border-color: #43A66B;
}
.TagClassName
{
border-color: #43A66B;
}
</style>