Shades of Ocean Green #43A26B
Tints of Ocean Green #43A26B
RGB
CMYK
RGB Variations
Color information
#43A26B (or 0x43A26B) is known color: Ocean Green. HEX triplet: 43, A2 and 6B. RGB value is (67,162,107). Sum of RGB (Red+Green+Blue) = 67+162+107=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #43A26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A26B is #BC5D94. Grayscale: #7F7F7F. Windows color (decimal): -12344725 or 7053891. OLE color: 7053891.
HSL color Cylindrical-coordinate representation of color #43A26B: hue angle of 145.26º 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 #43A26B is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 162 | 107 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.36 |
| HSL | 145.26º | 0.41% | 0.45% | - |
| HSV(B) | 145.26º | 0.59% | 0.64% | - |
| XYZ | 17.89 | 28.1 | 18.39 | - |
| YUV | 127.33 | 116.53 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 162 | 107 | 0.59 | 0 | 0.34 | 0.36 | 145.26 | 0.41 | 0.45 |
| Hex | 43 | A2 | 6B | 3B | 0 | 22 | 24 | 91 | 29 | 2D |
| Octal | 103 | 242 | 153 | 73 | 0 | 42 | 44 | 221 | 51 | 55 |
| Binary | 1000011 | 10100010 | 1101011 | 111011 | 0 | 100010 | 100100 | 10010001 | 101001 | 101101 |
Color Harmonies of #43A26B
Complementary color
Monochromatic Colors of #43A26B
Black with #43A26B
Text Example
Text Example
White with #43A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A26B; }
p { color: rgb(67,162,107); }
H1.HeaderClassName
{
color: #43A26B;
}
.AnyTagClassName
{
color: #43A26B;
}
</style>
background-color css
<style>
a { background-color: #43A26B; }
a { background-color: rgb(67,162,107); }
div.DivClassName
{
background-color: #43A26B;
}
.BgClassName
{
background-color: #43A26B;
}
</style>
border-color css
<style>
span { border-color: #43A26B; }
span { border-color: rgb(67,162,107); }
td.TdClassName
{
border-color: #43A26B;
}
.TagClassName
{
border-color: #43A26B;
}
</style>