Shades of Ocean Green #43A46A
Tints of Ocean Green #43A46A
RGB
CMYK
RGB Variations
Color information
#43A46A (or 0x43A46A) is known color: Ocean Green. HEX triplet: 43, A4 and 6A. RGB value is (67,164,106). Sum of RGB (Red+Green+Blue) = 67+164+106=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #43A46A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A46A is #BC5B95. Grayscale: #808080. Windows color (decimal): -12344214 or 6988867. OLE color: 6988867.
HSL color Cylindrical-coordinate representation of color #43A46A: hue angle of 144.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A46A is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 164 | 106 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.36 |
| HSL | 144.12º | 0.42% | 0.45% | - |
| HSV(B) | 144.12º | 0.59% | 0.64% | - |
| XYZ | 18.19 | 28.78 | 18.23 | - |
| YUV | 128.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 164 | 106 | 0.59 | 0 | 0.35 | 0.36 | 144.12 | 0.42 | 0.45 |
| Hex | 43 | A4 | 6A | 3B | 0 | 23 | 24 | 90 | 2A | 2D |
| Octal | 103 | 244 | 152 | 73 | 0 | 43 | 44 | 220 | 52 | 55 |
| Binary | 1000011 | 10100100 | 1101010 | 111011 | 0 | 100011 | 100100 | 10010000 | 101010 | 101101 |
Color Harmonies of #43A46A
Complementary color
Monochromatic Colors of #43A46A
Black with #43A46A
Text Example
Text Example
White with #43A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A46A; }
p { color: rgb(67,164,106); }
H1.HeaderClassName
{
color: #43A46A;
}
.AnyTagClassName
{
color: #43A46A;
}
</style>
background-color css
<style>
a { background-color: #43A46A; }
a { background-color: rgb(67,164,106); }
div.DivClassName
{
background-color: #43A46A;
}
.BgClassName
{
background-color: #43A46A;
}
</style>
border-color css
<style>
span { border-color: #43A46A; }
span { border-color: rgb(67,164,106); }
td.TdClassName
{
border-color: #43A46A;
}
.TagClassName
{
border-color: #43A46A;
}
</style>