Shades of Ocean Green #4BAE7A
Tints of Ocean Green #4BAE7A
RGB
CMYK
RGB Variations
Color information
#4BAE7A (or 0x4BAE7A) is known color: Ocean Green. HEX triplet: 4B, AE and 7A. RGB value is (75,174,122). Sum of RGB (Red+Green+Blue) = 75+174+122=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAE7A is #B45185. Grayscale: #8A8A8A. Windows color (decimal): -11817350 or 8040011. OLE color: 8040011.
HSL color Cylindrical-coordinate representation of color #4BAE7A: hue angle of 148.48º 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 #4BAE7A is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 174 | 122 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.32 |
| HSL | 148.48º | 0.4% | 0.49% | - |
| HSV(B) | 148.48º | 0.57% | 0.68% | - |
| XYZ | 21.55 | 33.17 | 23.68 | - |
| YUV | 138.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 122 | 0.57 | 0 | 0.30 | 0.32 | 148.48 | 0.4 | 0.49 |
| Hex | 4B | AE | 7A | 39 | 0 | 1E | 20 | 94 | 28 | 31 |
| Octal | 113 | 256 | 172 | 71 | 0 | 36 | 40 | 224 | 50 | 61 |
| Binary | 1001011 | 10101110 | 1111010 | 111001 | 0 | 11110 | 100000 | 10010100 | 101000 | 110001 |
Color Harmonies of #4BAE7A
Complementary color
Monochromatic Colors of #4BAE7A
Black with #4BAE7A
Text Example
Text Example
White with #4BAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAE7A; }
p { color: rgb(75,174,122); }
H1.HeaderClassName
{
color: #4BAE7A;
}
.AnyTagClassName
{
color: #4BAE7A;
}
</style>
background-color css
<style>
a { background-color: #4BAE7A; }
a { background-color: rgb(75,174,122); }
div.DivClassName
{
background-color: #4BAE7A;
}
.BgClassName
{
background-color: #4BAE7A;
}
</style>
border-color css
<style>
span { border-color: #4BAE7A; }
span { border-color: rgb(75,174,122); }
td.TdClassName
{
border-color: #4BAE7A;
}
.TagClassName
{
border-color: #4BAE7A;
}
</style>