Shades of Ocean Green #43A37A
Tints of Ocean Green #43A37A
RGB
CMYK
RGB Variations
Color information
#43A37A (or 0x43A37A) is known color: Ocean Green. HEX triplet: 43, A3 and 7A. RGB value is (67,163,122). Sum of RGB (Red+Green+Blue) = 67+163+122=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #43A37A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A37A is #BC5C85. Grayscale: #818181. Windows color (decimal): -12344454 or 8037187. OLE color: 8037187.
HSL color Cylindrical-coordinate representation of color #43A37A: hue angle of 154.38º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A37A is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 163 | 122 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.36 |
| HSL | 154.38º | 0.42% | 0.45% | - |
| HSV(B) | 154.38º | 0.59% | 0.64% | - |
| XYZ | 18.92 | 28.79 | 22.97 | - |
| YUV | 129.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 122 | 0.59 | 0 | 0.25 | 0.36 | 154.38 | 0.42 | 0.45 |
| Hex | 43 | A3 | 7A | 3B | 0 | 19 | 24 | 9A | 2A | 2D |
| Octal | 103 | 243 | 172 | 73 | 0 | 31 | 44 | 232 | 52 | 55 |
| Binary | 1000011 | 10100011 | 1111010 | 111011 | 0 | 11001 | 100100 | 10011010 | 101010 | 101101 |
Color Harmonies of #43A37A
Complementary color
Monochromatic Colors of #43A37A
Black with #43A37A
Text Example
Text Example
White with #43A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A37A; }
p { color: rgb(67,163,122); }
H1.HeaderClassName
{
color: #43A37A;
}
.AnyTagClassName
{
color: #43A37A;
}
</style>
background-color css
<style>
a { background-color: #43A37A; }
a { background-color: rgb(67,163,122); }
div.DivClassName
{
background-color: #43A37A;
}
.BgClassName
{
background-color: #43A37A;
}
</style>
border-color css
<style>
span { border-color: #43A37A; }
span { border-color: rgb(67,163,122); }
td.TdClassName
{
border-color: #43A37A;
}
.TagClassName
{
border-color: #43A37A;
}
</style>