Shades of Ocean Green #43A67D
Tints of Ocean Green #43A67D
RGB
CMYK
RGB Variations
Color information
#43A67D (or 0x43A67D) is known color: Ocean Green. HEX triplet: 43, A6 and 7D. RGB value is (67,166,125). Sum of RGB (Red+Green+Blue) = 67+166+125=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #43A67D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A67D is #BC5982. Grayscale: #838383. Windows color (decimal): -12343683 or 8234563. OLE color: 8234563.
HSL color Cylindrical-coordinate representation of color #43A67D: hue angle of 155.15º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A67D is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 166 | 125 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.35 |
| HSL | 155.15º | 0.42% | 0.46% | - |
| HSV(B) | 155.15º | 0.6% | 0.65% | - |
| XYZ | 19.65 | 29.95 | 24.15 | - |
| YUV | 131.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 125 | 0.60 | 0 | 0.25 | 0.35 | 155.15 | 0.42 | 0.46 |
| Hex | 43 | A6 | 7D | 3C | 0 | 19 | 23 | 9B | 2A | 2E |
| Octal | 103 | 246 | 175 | 74 | 0 | 31 | 43 | 233 | 52 | 56 |
| Binary | 1000011 | 10100110 | 1111101 | 111100 | 0 | 11001 | 100011 | 10011011 | 101010 | 101110 |
Color Harmonies of #43A67D
Complementary color
Monochromatic Colors of #43A67D
Black with #43A67D
Text Example
Text Example
White with #43A67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A67D; }
p { color: rgb(67,166,125); }
H1.HeaderClassName
{
color: #43A67D;
}
.AnyTagClassName
{
color: #43A67D;
}
</style>
background-color css
<style>
a { background-color: #43A67D; }
a { background-color: rgb(67,166,125); }
div.DivClassName
{
background-color: #43A67D;
}
.BgClassName
{
background-color: #43A67D;
}
</style>
border-color css
<style>
span { border-color: #43A67D; }
span { border-color: rgb(67,166,125); }
td.TdClassName
{
border-color: #43A67D;
}
.TagClassName
{
border-color: #43A67D;
}
</style>