Shades of Ocean Green #47AB6E
Tints of Ocean Green #47AB6E
RGB
CMYK
RGB Variations
Color information
#47AB6E (or 0x47AB6E) is known color: Ocean Green. HEX triplet: 47, AB and 6E. RGB value is (71,171,110). Sum of RGB (Red+Green+Blue) = 71+171+110=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB6E is #B85491. Grayscale: #868686. Windows color (decimal): -12080274 or 7252807. OLE color: 7252807.
HSL color Cylindrical-coordinate representation of color #47AB6E: hue angle of 143.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB6E is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 110 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.33 |
| HSL | 143.4º | 0.41% | 0.47% | - |
| HSV(B) | 143.4º | 0.58% | 0.67% | - |
| XYZ | 19.98 | 31.59 | 19.8 | - |
| YUV | 134.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 110 | 0.58 | 0 | 0.36 | 0.33 | 143.4 | 0.41 | 0.47 |
| Hex | 47 | AB | 6E | 3A | 0 | 24 | 21 | 8F | 29 | 2F |
| Octal | 107 | 253 | 156 | 72 | 0 | 44 | 41 | 217 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1101110 | 111010 | 0 | 100100 | 100001 | 10001111 | 101001 | 101111 |
Color Harmonies of #47AB6E
Complementary color
Monochromatic Colors of #47AB6E
Black with #47AB6E
Text Example
Text Example
White with #47AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB6E; }
p { color: rgb(71,171,110); }
H1.HeaderClassName
{
color: #47AB6E;
}
.AnyTagClassName
{
color: #47AB6E;
}
</style>
background-color css
<style>
a { background-color: #47AB6E; }
a { background-color: rgb(71,171,110); }
div.DivClassName
{
background-color: #47AB6E;
}
.BgClassName
{
background-color: #47AB6E;
}
</style>
border-color css
<style>
span { border-color: #47AB6E; }
span { border-color: rgb(71,171,110); }
td.TdClassName
{
border-color: #47AB6E;
}
.TagClassName
{
border-color: #47AB6E;
}
</style>