Shades of Ocean Green #43A073
Tints of Ocean Green #43A073
RGB
CMYK
RGB Variations
Color information
#43A073 (or 0x43A073) is known color: Ocean Green. HEX triplet: 43, A0 and 73. RGB value is (67,160,115). Sum of RGB (Red+Green+Blue) = 67+160+115=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #43A073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A073 is #BC5F8C. Grayscale: #7F7F7F. Windows color (decimal): -12345229 or 7577667. OLE color: 7577667.
HSL color Cylindrical-coordinate representation of color #43A073: hue angle of 150.97º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A073 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 115 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.37 |
| HSL | 150.97º | 0.41% | 0.45% | - |
| HSV(B) | 150.97º | 0.58% | 0.63% | - |
| XYZ | 17.98 | 27.57 | 20.59 | - |
| YUV | 127.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 115 | 0.58 | 0 | 0.28 | 0.37 | 150.97 | 0.41 | 0.45 |
| Hex | 43 | A0 | 73 | 3A | 0 | 1C | 25 | 97 | 29 | 2D |
| Octal | 103 | 240 | 163 | 72 | 0 | 34 | 45 | 227 | 51 | 55 |
| Binary | 1000011 | 10100000 | 1110011 | 111010 | 0 | 11100 | 100101 | 10010111 | 101001 | 101101 |
Color Harmonies of #43A073
Complementary color
Monochromatic Colors of #43A073
Black with #43A073
Text Example
Text Example
White with #43A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A073; }
p { color: rgb(67,160,115); }
H1.HeaderClassName
{
color: #43A073;
}
.AnyTagClassName
{
color: #43A073;
}
</style>
background-color css
<style>
a { background-color: #43A073; }
a { background-color: rgb(67,160,115); }
div.DivClassName
{
background-color: #43A073;
}
.BgClassName
{
background-color: #43A073;
}
</style>
border-color css
<style>
span { border-color: #43A073; }
span { border-color: rgb(67,160,115); }
td.TdClassName
{
border-color: #43A073;
}
.TagClassName
{
border-color: #43A073;
}
</style>