Shades of Ocean Green #43A87D
Tints of Ocean Green #43A87D
RGB
CMYK
RGB Variations
Color information
#43A87D (or 0x43A87D) is known color: Ocean Green. HEX triplet: 43, A8 and 7D. RGB value is (67,168,125). Sum of RGB (Red+Green+Blue) = 67+168+125=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #43A87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A87D is #BC5782. Grayscale: #848484. Windows color (decimal): -12343171 or 8235075. OLE color: 8235075.
HSL color Cylindrical-coordinate representation of color #43A87D: hue angle of 154.46º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A87D is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 168 | 125 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.34 |
| HSL | 154.46º | 0.43% | 0.46% | - |
| HSV(B) | 154.46º | 0.6% | 0.66% | - |
| XYZ | 20.02 | 30.68 | 24.27 | - |
| YUV | 132.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 168 | 125 | 0.60 | 0 | 0.26 | 0.34 | 154.46 | 0.43 | 0.46 |
| Hex | 43 | A8 | 7D | 3C | 0 | 1A | 22 | 9A | 2B | 2E |
| Octal | 103 | 250 | 175 | 74 | 0 | 32 | 42 | 232 | 53 | 56 |
| Binary | 1000011 | 10101000 | 1111101 | 111100 | 0 | 11010 | 100010 | 10011010 | 101011 | 101110 |
Color Harmonies of #43A87D
Complementary color
Monochromatic Colors of #43A87D
Black with #43A87D
Text Example
Text Example
White with #43A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A87D; }
p { color: rgb(67,168,125); }
H1.HeaderClassName
{
color: #43A87D;
}
.AnyTagClassName
{
color: #43A87D;
}
</style>
background-color css
<style>
a { background-color: #43A87D; }
a { background-color: rgb(67,168,125); }
div.DivClassName
{
background-color: #43A87D;
}
.BgClassName
{
background-color: #43A87D;
}
</style>
border-color css
<style>
span { border-color: #43A87D; }
span { border-color: rgb(67,168,125); }
td.TdClassName
{
border-color: #43A87D;
}
.TagClassName
{
border-color: #43A87D;
}
</style>