Shades of Ocean Green #4BAF7B
Tints of Ocean Green #4BAF7B
RGB
CMYK
RGB Variations
Color information
#4BAF7B (or 0x4BAF7B) is known color: Ocean Green. HEX triplet: 4B, AF and 7B. RGB value is (75,175,123). Sum of RGB (Red+Green+Blue) = 75+175+123=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF7B is #B45084. Grayscale: #8B8B8B. Windows color (decimal): -11817093 or 8105803. OLE color: 8105803.
HSL color Cylindrical-coordinate representation of color #4BAF7B: hue angle of 148.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF7B is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 123 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.31 |
| HSL | 148.8º | 0.4% | 0.49% | - |
| HSV(B) | 148.8º | 0.57% | 0.69% | - |
| XYZ | 21.81 | 33.59 | 24.07 | - |
| YUV | 139.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 123 | 0.57 | 0 | 0.30 | 0.31 | 148.8 | 0.4 | 0.49 |
| Hex | 4B | AF | 7B | 39 | 0 | 1E | 1F | 95 | 28 | 31 |
| Octal | 113 | 257 | 173 | 71 | 0 | 36 | 37 | 225 | 50 | 61 |
| Binary | 1001011 | 10101111 | 1111011 | 111001 | 0 | 11110 | 11111 | 10010101 | 101000 | 110001 |
Color Harmonies of #4BAF7B
Complementary color
Monochromatic Colors of #4BAF7B
Black with #4BAF7B
Text Example
Text Example
White with #4BAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAF7B; }
p { color: rgb(75,175,123); }
H1.HeaderClassName
{
color: #4BAF7B;
}
.AnyTagClassName
{
color: #4BAF7B;
}
</style>
background-color css
<style>
a { background-color: #4BAF7B; }
a { background-color: rgb(75,175,123); }
div.DivClassName
{
background-color: #4BAF7B;
}
.BgClassName
{
background-color: #4BAF7B;
}
</style>
border-color css
<style>
span { border-color: #4BAF7B; }
span { border-color: rgb(75,175,123); }
td.TdClassName
{
border-color: #4BAF7B;
}
.TagClassName
{
border-color: #4BAF7B;
}
</style>