Shades of Ocean Green #47AC7B
Tints of Ocean Green #47AC7B
RGB
CMYK
RGB Variations
Color information
#47AC7B (or 0x47AC7B) is known color: Ocean Green. HEX triplet: 47, AC and 7B. RGB value is (71,172,123). Sum of RGB (Red+Green+Blue) = 71+172+123=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC7B is #B85384. Grayscale: #888888. Windows color (decimal): -12080005 or 8105031. OLE color: 8105031.
HSL color Cylindrical-coordinate representation of color #47AC7B: hue angle of 150.89º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC7B is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 172 | 123 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.33 |
| HSL | 150.89º | 0.42% | 0.48% | - |
| HSV(B) | 150.89º | 0.59% | 0.67% | - |
| XYZ | 20.93 | 32.27 | 23.87 | - |
| YUV | 136.22 | 120.54 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 123 | 0.59 | 0 | 0.28 | 0.33 | 150.89 | 0.42 | 0.48 |
| Hex | 47 | AC | 7B | 3B | 0 | 1C | 21 | 97 | 2A | 30 |
| Octal | 107 | 254 | 173 | 73 | 0 | 34 | 41 | 227 | 52 | 60 |
| Binary | 1000111 | 10101100 | 1111011 | 111011 | 0 | 11100 | 100001 | 10010111 | 101010 | 110000 |
Color Harmonies of #47AC7B
Complementary color
Monochromatic Colors of #47AC7B
Black with #47AC7B
Text Example
Text Example
White with #47AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AC7B; }
p { color: rgb(71,172,123); }
H1.HeaderClassName
{
color: #47AC7B;
}
.AnyTagClassName
{
color: #47AC7B;
}
</style>
background-color css
<style>
a { background-color: #47AC7B; }
a { background-color: rgb(71,172,123); }
div.DivClassName
{
background-color: #47AC7B;
}
.BgClassName
{
background-color: #47AC7B;
}
</style>
border-color css
<style>
span { border-color: #47AC7B; }
span { border-color: rgb(71,172,123); }
td.TdClassName
{
border-color: #47AC7B;
}
.TagClassName
{
border-color: #47AC7B;
}
</style>