Shades of Ocean Green #4BAD80
Tints of Ocean Green #4BAD80
RGB
CMYK
RGB Variations
Color information
#4BAD80 (or 0x4BAD80) is known color: Ocean Green. HEX triplet: 4B, AD and 80. RGB value is (75,173,128). Sum of RGB (Red+Green+Blue) = 75+173+128=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD80 is #B4527F. Grayscale: #8A8A8A. Windows color (decimal): -11817600 or 8432971. OLE color: 8432971.
HSL color Cylindrical-coordinate representation of color #4BAD80: hue angle of 152.45º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD80 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 128 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.32 |
| HSL | 152.45º | 0.4% | 0.49% | - |
| HSV(B) | 152.45º | 0.57% | 0.68% | - |
| XYZ | 21.74 | 32.94 | 25.63 | - |
| YUV | 138.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 128 | 0.57 | 0 | 0.26 | 0.32 | 152.45 | 0.4 | 0.49 |
| Hex | 4B | AD | 80 | 39 | 0 | 1A | 20 | 98 | 28 | 31 |
| Octal | 113 | 255 | 200 | 71 | 0 | 32 | 40 | 230 | 50 | 61 |
| Binary | 1001011 | 10101101 | 10000000 | 111001 | 0 | 11010 | 100000 | 10011000 | 101000 | 110001 |
Color Harmonies of #4BAD80
Complementary color
Monochromatic Colors of #4BAD80
Black with #4BAD80
Text Example
Text Example
White with #4BAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAD80; }
p { color: rgb(75,173,128); }
H1.HeaderClassName
{
color: #4BAD80;
}
.AnyTagClassName
{
color: #4BAD80;
}
</style>
background-color css
<style>
a { background-color: #4BAD80; }
a { background-color: rgb(75,173,128); }
div.DivClassName
{
background-color: #4BAD80;
}
.BgClassName
{
background-color: #4BAD80;
}
</style>
border-color css
<style>
span { border-color: #4BAD80; }
span { border-color: rgb(75,173,128); }
td.TdClassName
{
border-color: #4BAD80;
}
.TagClassName
{
border-color: #4BAD80;
}
</style>