Shades of Ocean Green #47AC68
Tints of Ocean Green #47AC68
RGB
CMYK
RGB Variations
Color information
#47AC68 (or 0x47AC68) is known color: Ocean Green. HEX triplet: 47, AC and 68. RGB value is (71,172,104). Sum of RGB (Red+Green+Blue) = 71+172+104=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC68 is #B85397. Grayscale: #868686. Windows color (decimal): -12080024 or 6859847. OLE color: 6859847.
HSL color Cylindrical-coordinate representation of color #47AC68: hue angle of 139.6º 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 #47AC68 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 172 | 104 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.33 |
| HSL | 139.6º | 0.42% | 0.48% | - |
| HSV(B) | 139.6º | 0.59% | 0.67% | - |
| XYZ | 19.85 | 31.84 | 18.2 | - |
| YUV | 134.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 104 | 0.59 | 0 | 0.40 | 0.33 | 139.6 | 0.42 | 0.48 |
| Hex | 47 | AC | 68 | 3B | 0 | 28 | 21 | 8C | 2A | 30 |
| Octal | 107 | 254 | 150 | 73 | 0 | 50 | 41 | 214 | 52 | 60 |
| Binary | 1000111 | 10101100 | 1101000 | 111011 | 0 | 101000 | 100001 | 10001100 | 101010 | 110000 |
Color Harmonies of #47AC68
Complementary color
Monochromatic Colors of #47AC68
Black with #47AC68
Text Example
Text Example
White with #47AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AC68; }
p { color: rgb(71,172,104); }
H1.HeaderClassName
{
color: #47AC68;
}
.AnyTagClassName
{
color: #47AC68;
}
</style>
background-color css
<style>
a { background-color: #47AC68; }
a { background-color: rgb(71,172,104); }
div.DivClassName
{
background-color: #47AC68;
}
.BgClassName
{
background-color: #47AC68;
}
</style>
border-color css
<style>
span { border-color: #47AC68; }
span { border-color: rgb(71,172,104); }
td.TdClassName
{
border-color: #47AC68;
}
.TagClassName
{
border-color: #47AC68;
}
</style>