Shades of Ocean Green #43A976
Tints of Ocean Green #43A976
RGB
CMYK
RGB Variations
Color information
#43A976 (or 0x43A976) is known color: Ocean Green. HEX triplet: 43, A9 and 76. RGB value is (67,169,118). Sum of RGB (Red+Green+Blue) = 67+169+118=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #43A976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A976 is #BC5689. Grayscale: #848484. Windows color (decimal): -12342922 or 7776579. OLE color: 7776579.
HSL color Cylindrical-coordinate representation of color #43A976: hue angle of 150º 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 #43A976 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 169 | 118 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.34 |
| HSL | 150º | 0.43% | 0.46% | - |
| HSV(B) | 150º | 0.6% | 0.66% | - |
| XYZ | 19.77 | 30.88 | 22.06 | - |
| YUV | 132.69 | 119.71 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 169 | 118 | 0.60 | 0 | 0.30 | 0.34 | 150 | 0.43 | 0.46 |
| Hex | 43 | A9 | 76 | 3C | 0 | 1E | 22 | 96 | 2B | 2E |
| Octal | 103 | 251 | 166 | 74 | 0 | 36 | 42 | 226 | 53 | 56 |
| Binary | 1000011 | 10101001 | 1110110 | 111100 | 0 | 11110 | 100010 | 10010110 | 101011 | 101110 |
Color Harmonies of #43A976
Complementary color
Monochromatic Colors of #43A976
Black with #43A976
Text Example
Text Example
White with #43A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A976; }
p { color: rgb(67,169,118); }
H1.HeaderClassName
{
color: #43A976;
}
.AnyTagClassName
{
color: #43A976;
}
</style>
background-color css
<style>
a { background-color: #43A976; }
a { background-color: rgb(67,169,118); }
div.DivClassName
{
background-color: #43A976;
}
.BgClassName
{
background-color: #43A976;
}
</style>
border-color css
<style>
span { border-color: #43A976; }
span { border-color: rgb(67,169,118); }
td.TdClassName
{
border-color: #43A976;
}
.TagClassName
{
border-color: #43A976;
}
</style>