Shades of Ocean Green #43AB6D
Tints of Ocean Green #43AB6D
RGB
CMYK
RGB Variations
Color information
#43AB6D (or 0x43AB6D) is known color: Ocean Green. HEX triplet: 43, AB and 6D. RGB value is (67,171,109). Sum of RGB (Red+Green+Blue) = 67+171+109=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AB6D is #BC5492. Grayscale: #848484. Windows color (decimal): -12342419 or 7187267. OLE color: 7187267.
HSL color Cylindrical-coordinate representation of color #43AB6D: hue angle of 144.23º 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 #43AB6D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 109 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.33 |
| HSL | 144.23º | 0.44% | 0.47% | - |
| HSV(B) | 144.23º | 0.61% | 0.67% | - |
| XYZ | 19.64 | 31.42 | 19.5 | - |
| YUV | 132.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 109 | 0.61 | 0 | 0.36 | 0.33 | 144.23 | 0.44 | 0.47 |
| Hex | 43 | AB | 6D | 3D | 0 | 24 | 21 | 90 | 2C | 2F |
| Octal | 103 | 253 | 155 | 75 | 0 | 44 | 41 | 220 | 54 | 57 |
| Binary | 1000011 | 10101011 | 1101101 | 111101 | 0 | 100100 | 100001 | 10010000 | 101100 | 101111 |
Color Harmonies of #43AB6D
Complementary color
Monochromatic Colors of #43AB6D
Black with #43AB6D
Text Example
Text Example
White with #43AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AB6D; }
p { color: rgb(67,171,109); }
H1.HeaderClassName
{
color: #43AB6D;
}
.AnyTagClassName
{
color: #43AB6D;
}
</style>
background-color css
<style>
a { background-color: #43AB6D; }
a { background-color: rgb(67,171,109); }
div.DivClassName
{
background-color: #43AB6D;
}
.BgClassName
{
background-color: #43AB6D;
}
</style>
border-color css
<style>
span { border-color: #43AB6D; }
span { border-color: rgb(67,171,109); }
td.TdClassName
{
border-color: #43AB6D;
}
.TagClassName
{
border-color: #43AB6D;
}
</style>