Shades of Ocean Green #47B17E
Tints of Ocean Green #47B17E
RGB
CMYK
RGB Variations
Color information
#47B17E (or 0x47B17E) is known color: Ocean Green. HEX triplet: 47, B1 and 7E. RGB value is (71,177,126). Sum of RGB (Red+Green+Blue) = 71+177+126=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #47B17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B17E is #B84E81. Grayscale: #8B8B8B. Windows color (decimal): -12078722 or 8302919. OLE color: 8302919.
HSL color Cylindrical-coordinate representation of color #47B17E: hue angle of 151.13º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B17E is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 177 | 126 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.31 |
| HSL | 151.13º | 0.43% | 0.49% | - |
| HSV(B) | 151.13º | 0.6% | 0.69% | - |
| XYZ | 22.09 | 34.29 | 25.19 | - |
| YUV | 139.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 177 | 126 | 0.60 | 0 | 0.29 | 0.31 | 151.13 | 0.43 | 0.49 |
| Hex | 47 | B1 | 7E | 3C | 0 | 1D | 1F | 97 | 2B | 31 |
| Octal | 107 | 261 | 176 | 74 | 0 | 35 | 37 | 227 | 53 | 61 |
| Binary | 1000111 | 10110001 | 1111110 | 111100 | 0 | 11101 | 11111 | 10010111 | 101011 | 110001 |
Color Harmonies of #47B17E
Complementary color
Monochromatic Colors of #47B17E
Black with #47B17E
Text Example
Text Example
White with #47B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B17E; }
p { color: rgb(71,177,126); }
H1.HeaderClassName
{
color: #47B17E;
}
.AnyTagClassName
{
color: #47B17E;
}
</style>
background-color css
<style>
a { background-color: #47B17E; }
a { background-color: rgb(71,177,126); }
div.DivClassName
{
background-color: #47B17E;
}
.BgClassName
{
background-color: #47B17E;
}
</style>
border-color css
<style>
span { border-color: #47B17E; }
span { border-color: rgb(71,177,126); }
td.TdClassName
{
border-color: #47B17E;
}
.TagClassName
{
border-color: #47B17E;
}
</style>