Shades of Ocean Green #4AB280
Tints of Ocean Green #4AB280
RGB
CMYK
RGB Variations
Color information
#4AB280 (or 0x4AB280) is known color: Ocean Green. HEX triplet: 4A, B2 and 80. RGB value is (74,178,128). Sum of RGB (Red+Green+Blue) = 74+178+128=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB280 is #B54D7F. Grayscale: #8D8D8D. Windows color (decimal): -11881856 or 8434250. OLE color: 8434250.
HSL color Cylindrical-coordinate representation of color #4AB280: hue angle of 151.15º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB280 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 128 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.30 |
| HSL | 151.15º | 0.41% | 0.49% | - |
| HSV(B) | 151.15º | 0.58% | 0.7% | - |
| XYZ | 22.64 | 34.86 | 25.96 | - |
| YUV | 141.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 128 | 0.58 | 0 | 0.28 | 0.30 | 151.15 | 0.41 | 0.49 |
| Hex | 4A | B2 | 80 | 3A | 0 | 1C | 1E | 97 | 29 | 31 |
| Octal | 112 | 262 | 200 | 72 | 0 | 34 | 36 | 227 | 51 | 61 |
| Binary | 1001010 | 10110010 | 10000000 | 111010 | 0 | 11100 | 11110 | 10010111 | 101001 | 110001 |
Color Harmonies of #4AB280
Complementary color
Monochromatic Colors of #4AB280
Black with #4AB280
Text Example
Text Example
White with #4AB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB280; }
p { color: rgb(74,178,128); }
H1.HeaderClassName
{
color: #4AB280;
}
.AnyTagClassName
{
color: #4AB280;
}
</style>
background-color css
<style>
a { background-color: #4AB280; }
a { background-color: rgb(74,178,128); }
div.DivClassName
{
background-color: #4AB280;
}
.BgClassName
{
background-color: #4AB280;
}
</style>
border-color css
<style>
span { border-color: #4AB280; }
span { border-color: rgb(74,178,128); }
td.TdClassName
{
border-color: #4AB280;
}
.TagClassName
{
border-color: #4AB280;
}
</style>