Shades of Ocean Green #47AD7B
Tints of Ocean Green #47AD7B
RGB
CMYK
RGB Variations
Color information
#47AD7B (or 0x47AD7B) is known color: Ocean Green. HEX triplet: 47, AD and 7B. RGB value is (71,173,123). Sum of RGB (Red+Green+Blue) = 71+173+123=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD7B is #B85284. Grayscale: #888888. Windows color (decimal): -12079749 or 8105287. OLE color: 8105287.
HSL color Cylindrical-coordinate representation of color #47AD7B: hue angle of 150.59º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AD7B is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 123 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.32 |
| HSL | 150.59º | 0.42% | 0.48% | - |
| HSV(B) | 150.59º | 0.59% | 0.68% | - |
| XYZ | 21.12 | 32.66 | 23.93 | - |
| YUV | 136.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 123 | 0.59 | 0 | 0.29 | 0.32 | 150.59 | 0.42 | 0.48 |
| Hex | 47 | AD | 7B | 3B | 0 | 1D | 20 | 97 | 2A | 30 |
| Octal | 107 | 255 | 173 | 73 | 0 | 35 | 40 | 227 | 52 | 60 |
| Binary | 1000111 | 10101101 | 1111011 | 111011 | 0 | 11101 | 100000 | 10010111 | 101010 | 110000 |
Color Harmonies of #47AD7B
Complementary color
Monochromatic Colors of #47AD7B
Black with #47AD7B
Text Example
Text Example
White with #47AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD7B; }
p { color: rgb(71,173,123); }
H1.HeaderClassName
{
color: #47AD7B;
}
.AnyTagClassName
{
color: #47AD7B;
}
</style>
background-color css
<style>
a { background-color: #47AD7B; }
a { background-color: rgb(71,173,123); }
div.DivClassName
{
background-color: #47AD7B;
}
.BgClassName
{
background-color: #47AD7B;
}
</style>
border-color css
<style>
span { border-color: #47AD7B; }
span { border-color: rgb(71,173,123); }
td.TdClassName
{
border-color: #47AD7B;
}
.TagClassName
{
border-color: #47AD7B;
}
</style>