Shades of Ocean Green #43AC73
Tints of Ocean Green #43AC73
RGB
CMYK
RGB Variations
Color information
#43AC73 (or 0x43AC73) is known color: Ocean Green. HEX triplet: 43, AC and 73. RGB value is (67,172,115). Sum of RGB (Red+Green+Blue) = 67+172+115=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AC73 is #BC538C. Grayscale: #868686. Windows color (decimal): -12342157 or 7580739. OLE color: 7580739.
HSL color Cylindrical-coordinate representation of color #43AC73: hue angle of 147.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AC73 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 172 | 115 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.33 |
| HSL | 147.43º | 0.44% | 0.47% | - |
| HSV(B) | 147.43º | 0.61% | 0.67% | - |
| XYZ | 20.16 | 31.94 | 21.32 | - |
| YUV | 134.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 172 | 115 | 0.61 | 0 | 0.33 | 0.33 | 147.43 | 0.44 | 0.47 |
| Hex | 43 | AC | 73 | 3D | 0 | 21 | 21 | 93 | 2C | 2F |
| Octal | 103 | 254 | 163 | 75 | 0 | 41 | 41 | 223 | 54 | 57 |
| Binary | 1000011 | 10101100 | 1110011 | 111101 | 0 | 100001 | 100001 | 10010011 | 101100 | 101111 |
Color Harmonies of #43AC73
Complementary color
Monochromatic Colors of #43AC73
Black with #43AC73
Text Example
Text Example
White with #43AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AC73; }
p { color: rgb(67,172,115); }
H1.HeaderClassName
{
color: #43AC73;
}
.AnyTagClassName
{
color: #43AC73;
}
</style>
background-color css
<style>
a { background-color: #43AC73; }
a { background-color: rgb(67,172,115); }
div.DivClassName
{
background-color: #43AC73;
}
.BgClassName
{
background-color: #43AC73;
}
</style>
border-color css
<style>
span { border-color: #43AC73; }
span { border-color: rgb(67,172,115); }
td.TdClassName
{
border-color: #43AC73;
}
.TagClassName
{
border-color: #43AC73;
}
</style>