Shades of Ocean Green #47AF6B
Tints of Ocean Green #47AF6B
RGB
CMYK
RGB Variations
Color information
#47AF6B (or 0x47AF6B) is known color: Ocean Green. HEX triplet: 47, AF and 6B. RGB value is (71,175,107). Sum of RGB (Red+Green+Blue) = 71+175+107=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AF6B is #B85094. Grayscale: #888888. Windows color (decimal): -12079253 or 7057223. OLE color: 7057223.
HSL color Cylindrical-coordinate representation of color #47AF6B: hue angle of 140.77º 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 #47AF6B is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 107 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.31 |
| HSL | 140.77º | 0.42% | 0.48% | - |
| HSV(B) | 140.77º | 0.59% | 0.69% | - |
| XYZ | 20.58 | 33.06 | 19.21 | - |
| YUV | 136.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 107 | 0.59 | 0 | 0.39 | 0.31 | 140.77 | 0.42 | 0.48 |
| Hex | 47 | AF | 6B | 3B | 0 | 27 | 1F | 8D | 2A | 30 |
| Octal | 107 | 257 | 153 | 73 | 0 | 47 | 37 | 215 | 52 | 60 |
| Binary | 1000111 | 10101111 | 1101011 | 111011 | 0 | 100111 | 11111 | 10001101 | 101010 | 110000 |
Color Harmonies of #47AF6B
Complementary color
Monochromatic Colors of #47AF6B
Black with #47AF6B
Text Example
Text Example
White with #47AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AF6B; }
p { color: rgb(71,175,107); }
H1.HeaderClassName
{
color: #47AF6B;
}
.AnyTagClassName
{
color: #47AF6B;
}
</style>
background-color css
<style>
a { background-color: #47AF6B; }
a { background-color: rgb(71,175,107); }
div.DivClassName
{
background-color: #47AF6B;
}
.BgClassName
{
background-color: #47AF6B;
}
</style>
border-color css
<style>
span { border-color: #47AF6B; }
span { border-color: rgb(71,175,107); }
td.TdClassName
{
border-color: #47AF6B;
}
.TagClassName
{
border-color: #47AF6B;
}
</style>