Shades of Ocean Green #4BAE6C
Tints of Ocean Green #4BAE6C
RGB
CMYK
RGB Variations
Color information
#4BAE6C (or 0x4BAE6C) is known color: Ocean Green. HEX triplet: 4B, AE and 6C. RGB value is (75,174,108). Sum of RGB (Red+Green+Blue) = 75+174+108=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAE6C is #B45193. Grayscale: #898989. Windows color (decimal): -11817364 or 7122507. OLE color: 7122507.
HSL color Cylindrical-coordinate representation of color #4BAE6C: hue angle of 140º 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 #4BAE6C is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 174 | 108 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.32 |
| HSL | 140º | 0.4% | 0.49% | - |
| HSV(B) | 140º | 0.57% | 0.68% | - |
| XYZ | 20.74 | 32.85 | 19.43 | - |
| YUV | 136.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 108 | 0.57 | 0 | 0.38 | 0.32 | 140 | 0.4 | 0.49 |
| Hex | 4B | AE | 6C | 39 | 0 | 26 | 20 | 8C | 28 | 31 |
| Octal | 113 | 256 | 154 | 71 | 0 | 46 | 40 | 214 | 50 | 61 |
| Binary | 1001011 | 10101110 | 1101100 | 111001 | 0 | 100110 | 100000 | 10001100 | 101000 | 110001 |
Color Harmonies of #4BAE6C
Complementary color
Monochromatic Colors of #4BAE6C
Black with #4BAE6C
Text Example
Text Example
White with #4BAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAE6C; }
p { color: rgb(75,174,108); }
H1.HeaderClassName
{
color: #4BAE6C;
}
.AnyTagClassName
{
color: #4BAE6C;
}
</style>
background-color css
<style>
a { background-color: #4BAE6C; }
a { background-color: rgb(75,174,108); }
div.DivClassName
{
background-color: #4BAE6C;
}
.BgClassName
{
background-color: #4BAE6C;
}
</style>
border-color css
<style>
span { border-color: #4BAE6C; }
span { border-color: rgb(75,174,108); }
td.TdClassName
{
border-color: #4BAE6C;
}
.TagClassName
{
border-color: #4BAE6C;
}
</style>