Shades of Ocean Green #47AF7A
Tints of Ocean Green #47AF7A
RGB
CMYK
RGB Variations
Color information
#47AF7A (or 0x47AF7A) is known color: Ocean Green. HEX triplet: 47, AF and 7A. RGB value is (71,175,122). Sum of RGB (Red+Green+Blue) = 71+175+122=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AF7A is #B85085. Grayscale: #898989. Windows color (decimal): -12079238 or 8040263. OLE color: 8040263.
HSL color Cylindrical-coordinate representation of color #47AF7A: hue angle of 149.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF7A is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 122 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.31 |
| HSL | 149.42º | 0.42% | 0.48% | - |
| HSV(B) | 149.42º | 0.59% | 0.69% | - |
| XYZ | 21.44 | 33.4 | 23.73 | - |
| YUV | 137.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 122 | 0.59 | 0 | 0.30 | 0.31 | 149.42 | 0.42 | 0.48 |
| Hex | 47 | AF | 7A | 3B | 0 | 1E | 1F | 95 | 2A | 30 |
| Octal | 107 | 257 | 172 | 73 | 0 | 36 | 37 | 225 | 52 | 60 |
| Binary | 1000111 | 10101111 | 1111010 | 111011 | 0 | 11110 | 11111 | 10010101 | 101010 | 110000 |
Color Harmonies of #47AF7A
Complementary color
Monochromatic Colors of #47AF7A
Black with #47AF7A
Text Example
Text Example
White with #47AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AF7A; }
p { color: rgb(71,175,122); }
H1.HeaderClassName
{
color: #47AF7A;
}
.AnyTagClassName
{
color: #47AF7A;
}
</style>
background-color css
<style>
a { background-color: #47AF7A; }
a { background-color: rgb(71,175,122); }
div.DivClassName
{
background-color: #47AF7A;
}
.BgClassName
{
background-color: #47AF7A;
}
</style>
border-color css
<style>
span { border-color: #47AF7A; }
span { border-color: rgb(71,175,122); }
td.TdClassName
{
border-color: #47AF7A;
}
.TagClassName
{
border-color: #47AF7A;
}
</style>