Shades of Ocean Green #43AA6D
Tints of Ocean Green #43AA6D
RGB
CMYK
RGB Variations
Color information
#43AA6D (or 0x43AA6D) is known color: Ocean Green. HEX triplet: 43, AA and 6D. RGB value is (67,170,109). Sum of RGB (Red+Green+Blue) = 67+170+109=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #43AA6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AA6D is #BC5592. Grayscale: #848484. Windows color (decimal): -12342675 or 7187011. OLE color: 7187011.
HSL color Cylindrical-coordinate representation of color #43AA6D: hue angle of 144.47º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AA6D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 170 | 109 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.33 |
| HSL | 144.47º | 0.43% | 0.46% | - |
| HSV(B) | 144.47º | 0.61% | 0.67% | - |
| XYZ | 19.45 | 31.05 | 19.44 | - |
| YUV | 132.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 170 | 109 | 0.61 | 0 | 0.36 | 0.33 | 144.47 | 0.43 | 0.46 |
| Hex | 43 | AA | 6D | 3D | 0 | 24 | 21 | 90 | 2B | 2E |
| Octal | 103 | 252 | 155 | 75 | 0 | 44 | 41 | 220 | 53 | 56 |
| Binary | 1000011 | 10101010 | 1101101 | 111101 | 0 | 100100 | 100001 | 10010000 | 101011 | 101110 |
Color Harmonies of #43AA6D
Complementary color
Monochromatic Colors of #43AA6D
Black with #43AA6D
Text Example
Text Example
White with #43AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AA6D; }
p { color: rgb(67,170,109); }
H1.HeaderClassName
{
color: #43AA6D;
}
.AnyTagClassName
{
color: #43AA6D;
}
</style>
background-color css
<style>
a { background-color: #43AA6D; }
a { background-color: rgb(67,170,109); }
div.DivClassName
{
background-color: #43AA6D;
}
.BgClassName
{
background-color: #43AA6D;
}
</style>
border-color css
<style>
span { border-color: #43AA6D; }
span { border-color: rgb(67,170,109); }
td.TdClassName
{
border-color: #43AA6D;
}
.TagClassName
{
border-color: #43AA6D;
}
</style>