Shades of Ocean Green #43AA7B
Tints of Ocean Green #43AA7B
RGB
CMYK
RGB Variations
Color information
#43AA7B (or 0x43AA7B) is known color: Ocean Green. HEX triplet: 43, AA and 7B. RGB value is (67,170,123). Sum of RGB (Red+Green+Blue) = 67+170+123=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #43AA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AA7B is #BC5584. Grayscale: #858585. Windows color (decimal): -12342661 or 8104515. OLE color: 8104515.
HSL color Cylindrical-coordinate representation of color #43AA7B: hue angle of 152.62º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AA7B is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 170 | 123 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.33 |
| HSL | 152.62º | 0.43% | 0.46% | - |
| HSV(B) | 152.62º | 0.61% | 0.67% | - |
| XYZ | 20.26 | 31.37 | 23.73 | - |
| YUV | 133.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 170 | 123 | 0.61 | 0 | 0.28 | 0.33 | 152.62 | 0.43 | 0.46 |
| Hex | 43 | AA | 7B | 3D | 0 | 1C | 21 | 99 | 2B | 2E |
| Octal | 103 | 252 | 173 | 75 | 0 | 34 | 41 | 231 | 53 | 56 |
| Binary | 1000011 | 10101010 | 1111011 | 111101 | 0 | 11100 | 100001 | 10011001 | 101011 | 101110 |
Color Harmonies of #43AA7B
Complementary color
Monochromatic Colors of #43AA7B
Black with #43AA7B
Text Example
Text Example
White with #43AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AA7B; }
p { color: rgb(67,170,123); }
H1.HeaderClassName
{
color: #43AA7B;
}
.AnyTagClassName
{
color: #43AA7B;
}
</style>
background-color css
<style>
a { background-color: #43AA7B; }
a { background-color: rgb(67,170,123); }
div.DivClassName
{
background-color: #43AA7B;
}
.BgClassName
{
background-color: #43AA7B;
}
</style>
border-color css
<style>
span { border-color: #43AA7B; }
span { border-color: rgb(67,170,123); }
td.TdClassName
{
border-color: #43AA7B;
}
.TagClassName
{
border-color: #43AA7B;
}
</style>