Shades of Ocean Green #47AD83
Tints of Ocean Green #47AD83
RGB
CMYK
RGB Variations
Color information
#47AD83 (or 0x47AD83) is known color: Ocean Green. HEX triplet: 47, AD and 83. RGB value is (71,173,131). Sum of RGB (Red+Green+Blue) = 71+173+131=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD83 is #B8527C. Grayscale: #898989. Windows color (decimal): -12079741 or 8629575. OLE color: 8629575.
HSL color Cylindrical-coordinate representation of color #47AD83: hue angle of 155.29º 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 #47AD83 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 131 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.32 |
| HSL | 155.29º | 0.42% | 0.48% | - |
| HSV(B) | 155.29º | 0.59% | 0.68% | - |
| XYZ | 21.64 | 32.87 | 26.68 | - |
| YUV | 137.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 131 | 0.59 | 0 | 0.24 | 0.32 | 155.29 | 0.42 | 0.48 |
| Hex | 47 | AD | 83 | 3B | 0 | 18 | 20 | 9B | 2A | 30 |
| Octal | 107 | 255 | 203 | 73 | 0 | 30 | 40 | 233 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10000011 | 111011 | 0 | 11000 | 100000 | 10011011 | 101010 | 110000 |
Color Harmonies of #47AD83
Complementary color
Monochromatic Colors of #47AD83
Black with #47AD83
Text Example
Text Example
White with #47AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD83; }
p { color: rgb(71,173,131); }
H1.HeaderClassName
{
color: #47AD83;
}
.AnyTagClassName
{
color: #47AD83;
}
</style>
background-color css
<style>
a { background-color: #47AD83; }
a { background-color: rgb(71,173,131); }
div.DivClassName
{
background-color: #47AD83;
}
.BgClassName
{
background-color: #47AD83;
}
</style>
border-color css
<style>
span { border-color: #47AD83; }
span { border-color: rgb(71,173,131); }
td.TdClassName
{
border-color: #47AD83;
}
.TagClassName
{
border-color: #47AD83;
}
</style>