Shades of Ocean Green #4BAC7A
Tints of Ocean Green #4BAC7A
RGB
CMYK
RGB Variations
Color information
#4BAC7A (or 0x4BAC7A) is known color: Ocean Green. HEX triplet: 4B, AC and 7A. RGB value is (75,172,122). Sum of RGB (Red+Green+Blue) = 75+172+122=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC7A is #B45385. Grayscale: #898989. Windows color (decimal): -11817862 or 8039499. OLE color: 8039499.
HSL color Cylindrical-coordinate representation of color #4BAC7A: hue angle of 149.07º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC7A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 122 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.33 |
| HSL | 149.07º | 0.39% | 0.48% | - |
| HSV(B) | 149.07º | 0.56% | 0.67% | - |
| XYZ | 21.17 | 32.41 | 23.55 | - |
| YUV | 137.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 122 | 0.56 | 0 | 0.29 | 0.33 | 149.07 | 0.39 | 0.48 |
| Hex | 4B | AC | 7A | 38 | 0 | 1D | 21 | 95 | 27 | 30 |
| Octal | 113 | 254 | 172 | 70 | 0 | 35 | 41 | 225 | 47 | 60 |
| Binary | 1001011 | 10101100 | 1111010 | 111000 | 0 | 11101 | 100001 | 10010101 | 100111 | 110000 |
Color Harmonies of #4BAC7A
Complementary color
Monochromatic Colors of #4BAC7A
Black with #4BAC7A
Text Example
Text Example
White with #4BAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC7A; }
p { color: rgb(75,172,122); }
H1.HeaderClassName
{
color: #4BAC7A;
}
.AnyTagClassName
{
color: #4BAC7A;
}
</style>
background-color css
<style>
a { background-color: #4BAC7A; }
a { background-color: rgb(75,172,122); }
div.DivClassName
{
background-color: #4BAC7A;
}
.BgClassName
{
background-color: #4BAC7A;
}
</style>
border-color css
<style>
span { border-color: #4BAC7A; }
span { border-color: rgb(75,172,122); }
td.TdClassName
{
border-color: #4BAC7A;
}
.TagClassName
{
border-color: #4BAC7A;
}
</style>