Shades of Ocean Green #4BAF86
Tints of Ocean Green #4BAF86
RGB
CMYK
RGB Variations
Color information
#4BAF86 (or 0x4BAF86) is known color: Ocean Green. HEX triplet: 4B, AF and 86. RGB value is (75,175,134). Sum of RGB (Red+Green+Blue) = 75+175+134=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF86 is #B45079. Grayscale: #8C8C8C. Windows color (decimal): -11817082 or 8826699. OLE color: 8826699.
HSL color Cylindrical-coordinate representation of color #4BAF86: hue angle of 155.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF86 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 134 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.31 |
| HSL | 155.4º | 0.4% | 0.49% | - |
| HSV(B) | 155.4º | 0.57% | 0.69% | - |
| XYZ | 22.53 | 33.88 | 27.91 | - |
| YUV | 140.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 134 | 0.57 | 0 | 0.23 | 0.31 | 155.4 | 0.4 | 0.49 |
| Hex | 4B | AF | 86 | 39 | 0 | 17 | 1F | 9B | 28 | 31 |
| Octal | 113 | 257 | 206 | 71 | 0 | 27 | 37 | 233 | 50 | 61 |
| Binary | 1001011 | 10101111 | 10000110 | 111001 | 0 | 10111 | 11111 | 10011011 | 101000 | 110001 |
Color Harmonies of #4BAF86
Complementary color
Monochromatic Colors of #4BAF86
Black with #4BAF86
Text Example
Text Example
White with #4BAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAF86; }
p { color: rgb(75,175,134); }
H1.HeaderClassName
{
color: #4BAF86;
}
.AnyTagClassName
{
color: #4BAF86;
}
</style>
background-color css
<style>
a { background-color: #4BAF86; }
a { background-color: rgb(75,175,134); }
div.DivClassName
{
background-color: #4BAF86;
}
.BgClassName
{
background-color: #4BAF86;
}
</style>
border-color css
<style>
span { border-color: #4BAF86; }
span { border-color: rgb(75,175,134); }
td.TdClassName
{
border-color: #4BAF86;
}
.TagClassName
{
border-color: #4BAF86;
}
</style>