Shades of Ocean Green #4AAF82
Tints of Ocean Green #4AAF82
RGB
CMYK
RGB Variations
Color information
#4AAF82 (or 0x4AAF82) is known color: Ocean Green. HEX triplet: 4A, AF and 82. RGB value is (74,175,130). Sum of RGB (Red+Green+Blue) = 74+175+130=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF82 is #B5507D. Grayscale: #8B8B8B. Windows color (decimal): -11882622 or 8564554. OLE color: 8564554.
HSL color Cylindrical-coordinate representation of color #4AAF82: hue angle of 153.27º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF82 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 130 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.31 |
| HSL | 153.27º | 0.41% | 0.49% | - |
| HSV(B) | 153.27º | 0.58% | 0.69% | - |
| XYZ | 22.18 | 33.73 | 26.46 | - |
| YUV | 139.67 | 122.54 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 130 | 0.58 | 0 | 0.26 | 0.31 | 153.27 | 0.41 | 0.49 |
| Hex | 4A | AF | 82 | 3A | 0 | 1A | 1F | 99 | 29 | 31 |
| Octal | 112 | 257 | 202 | 72 | 0 | 32 | 37 | 231 | 51 | 61 |
| Binary | 1001010 | 10101111 | 10000010 | 111010 | 0 | 11010 | 11111 | 10011001 | 101001 | 110001 |
Color Harmonies of #4AAF82
Complementary color
Monochromatic Colors of #4AAF82
Black with #4AAF82
Text Example
Text Example
White with #4AAF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF82; }
p { color: rgb(74,175,130); }
H1.HeaderClassName
{
color: #4AAF82;
}
.AnyTagClassName
{
color: #4AAF82;
}
</style>
background-color css
<style>
a { background-color: #4AAF82; }
a { background-color: rgb(74,175,130); }
div.DivClassName
{
background-color: #4AAF82;
}
.BgClassName
{
background-color: #4AAF82;
}
</style>
border-color css
<style>
span { border-color: #4AAF82; }
span { border-color: rgb(74,175,130); }
td.TdClassName
{
border-color: #4AAF82;
}
.TagClassName
{
border-color: #4AAF82;
}
</style>