Shades of Ocean Green #43A26E
Tints of Ocean Green #43A26E
RGB
CMYK
RGB Variations
Color information
#43A26E (or 0x43A26E) is known color: Ocean Green. HEX triplet: 43, A2 and 6E. RGB value is (67,162,110). Sum of RGB (Red+Green+Blue) = 67+162+110=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #43A26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A26E is #BC5D91. Grayscale: #7F7F7F. Windows color (decimal): -12344722 or 7250499. OLE color: 7250499.
HSL color Cylindrical-coordinate representation of color #43A26E: hue angle of 147.16º degrees, saturation: 0.41, 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 #43A26E is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 162 | 110 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.36 |
| HSL | 147.16º | 0.41% | 0.45% | - |
| HSV(B) | 147.16º | 0.59% | 0.64% | - |
| XYZ | 18.05 | 28.16 | 19.24 | - |
| YUV | 127.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 162 | 110 | 0.59 | 0 | 0.32 | 0.36 | 147.16 | 0.41 | 0.45 |
| Hex | 43 | A2 | 6E | 3B | 0 | 20 | 24 | 93 | 29 | 2D |
| Octal | 103 | 242 | 156 | 73 | 0 | 40 | 44 | 223 | 51 | 55 |
| Binary | 1000011 | 10100010 | 1101110 | 111011 | 0 | 100000 | 100100 | 10010011 | 101001 | 101101 |
Color Harmonies of #43A26E
Complementary color
Monochromatic Colors of #43A26E
Black with #43A26E
Text Example
Text Example
White with #43A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A26E; }
p { color: rgb(67,162,110); }
H1.HeaderClassName
{
color: #43A26E;
}
.AnyTagClassName
{
color: #43A26E;
}
</style>
background-color css
<style>
a { background-color: #43A26E; }
a { background-color: rgb(67,162,110); }
div.DivClassName
{
background-color: #43A26E;
}
.BgClassName
{
background-color: #43A26E;
}
</style>
border-color css
<style>
span { border-color: #43A26E; }
span { border-color: rgb(67,162,110); }
td.TdClassName
{
border-color: #43A26E;
}
.TagClassName
{
border-color: #43A26E;
}
</style>