Shades of Ocean Green #43A075
Tints of Ocean Green #43A075
RGB
CMYK
RGB Variations
Color information
#43A075 (or 0x43A075) is known color: Ocean Green. HEX triplet: 43, A0 and 75. RGB value is (67,160,117). Sum of RGB (Red+Green+Blue) = 67+160+117=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #43A075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A075 is #BC5F8A. Grayscale: #7F7F7F. Windows color (decimal): -12345227 or 7708739. OLE color: 7708739.
HSL color Cylindrical-coordinate representation of color #43A075: hue angle of 152.26º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A075 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 117 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.37 |
| HSL | 152.26º | 0.41% | 0.45% | - |
| HSV(B) | 152.26º | 0.58% | 0.63% | - |
| XYZ | 18.1 | 27.62 | 21.21 | - |
| YUV | 127.29 | 122.19 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 117 | 0.58 | 0 | 0.27 | 0.37 | 152.26 | 0.41 | 0.45 |
| Hex | 43 | A0 | 75 | 3A | 0 | 1B | 25 | 98 | 29 | 2D |
| Octal | 103 | 240 | 165 | 72 | 0 | 33 | 45 | 230 | 51 | 55 |
| Binary | 1000011 | 10100000 | 1110101 | 111010 | 0 | 11011 | 100101 | 10011000 | 101001 | 101101 |
Color Harmonies of #43A075
Complementary color
Monochromatic Colors of #43A075
Black with #43A075
Text Example
Text Example
White with #43A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A075; }
p { color: rgb(67,160,117); }
H1.HeaderClassName
{
color: #43A075;
}
.AnyTagClassName
{
color: #43A075;
}
</style>
background-color css
<style>
a { background-color: #43A075; }
a { background-color: rgb(67,160,117); }
div.DivClassName
{
background-color: #43A075;
}
.BgClassName
{
background-color: #43A075;
}
</style>
border-color css
<style>
span { border-color: #43A075; }
span { border-color: rgb(67,160,117); }
td.TdClassName
{
border-color: #43A075;
}
.TagClassName
{
border-color: #43A075;
}
</style>