Shades of Ocean Green #43AA6B
Tints of Ocean Green #43AA6B
RGB
CMYK
RGB Variations
Color information
#43AA6B (or 0x43AA6B) is known color: Ocean Green. HEX triplet: 43, AA and 6B. RGB value is (67,170,107). Sum of RGB (Red+Green+Blue) = 67+170+107=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #43AA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AA6B is #BC5594. Grayscale: #848484. Windows color (decimal): -12342677 or 7055939. OLE color: 7055939.
HSL color Cylindrical-coordinate representation of color #43AA6B: hue angle of 143.3º 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 #43AA6B is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 170 | 107 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.33 |
| HSL | 143.3º | 0.43% | 0.46% | - |
| HSV(B) | 143.3º | 0.61% | 0.67% | - |
| XYZ | 19.34 | 31 | 18.87 | - |
| YUV | 132.02 | 113.88 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 170 | 107 | 0.61 | 0 | 0.37 | 0.33 | 143.3 | 0.43 | 0.46 |
| Hex | 43 | AA | 6B | 3D | 0 | 25 | 21 | 8F | 2B | 2E |
| Octal | 103 | 252 | 153 | 75 | 0 | 45 | 41 | 217 | 53 | 56 |
| Binary | 1000011 | 10101010 | 1101011 | 111101 | 0 | 100101 | 100001 | 10001111 | 101011 | 101110 |
Color Harmonies of #43AA6B
Complementary color
Monochromatic Colors of #43AA6B
Black with #43AA6B
Text Example
Text Example
White with #43AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AA6B; }
p { color: rgb(67,170,107); }
H1.HeaderClassName
{
color: #43AA6B;
}
.AnyTagClassName
{
color: #43AA6B;
}
</style>
background-color css
<style>
a { background-color: #43AA6B; }
a { background-color: rgb(67,170,107); }
div.DivClassName
{
background-color: #43AA6B;
}
.BgClassName
{
background-color: #43AA6B;
}
</style>
border-color css
<style>
span { border-color: #43AA6B; }
span { border-color: rgb(67,170,107); }
td.TdClassName
{
border-color: #43AA6B;
}
.TagClassName
{
border-color: #43AA6B;
}
</style>