Shades of Ocean Green #4BA47E
Tints of Ocean Green #4BA47E
RGB
CMYK
RGB Variations
Color information
#4BA47E (or 0x4BA47E) is known color: Ocean Green. HEX triplet: 4B, A4 and 7E. RGB value is (75,164,126). Sum of RGB (Red+Green+Blue) = 75+164+126=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA47E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA47E is #B45B81. Grayscale: #858585. Windows color (decimal): -11819906 or 8299595. OLE color: 8299595.
HSL color Cylindrical-coordinate representation of color #4BA47E: hue angle of 154.38º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA47E is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 126 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.36 |
| HSL | 154.38º | 0.37% | 0.47% | - |
| HSV(B) | 154.38º | 0.54% | 0.64% | - |
| XYZ | 19.94 | 29.55 | 24.39 | - |
| YUV | 133.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 126 | 0.54 | 0 | 0.23 | 0.36 | 154.38 | 0.37 | 0.47 |
| Hex | 4B | A4 | 7E | 36 | 0 | 17 | 24 | 9A | 25 | 2F |
| Octal | 113 | 244 | 176 | 66 | 0 | 27 | 44 | 232 | 45 | 57 |
| Binary | 1001011 | 10100100 | 1111110 | 110110 | 0 | 10111 | 100100 | 10011010 | 100101 | 101111 |
Color Harmonies of #4BA47E
Complementary color
Monochromatic Colors of #4BA47E
Black with #4BA47E
Text Example
Text Example
White with #4BA47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA47E; }
p { color: rgb(75,164,126); }
H1.HeaderClassName
{
color: #4BA47E;
}
.AnyTagClassName
{
color: #4BA47E;
}
</style>
background-color css
<style>
a { background-color: #4BA47E; }
a { background-color: rgb(75,164,126); }
div.DivClassName
{
background-color: #4BA47E;
}
.BgClassName
{
background-color: #4BA47E;
}
</style>
border-color css
<style>
span { border-color: #4BA47E; }
span { border-color: rgb(75,164,126); }
td.TdClassName
{
border-color: #4BA47E;
}
.TagClassName
{
border-color: #4BA47E;
}
</style>