Shades of Ocean Green #4BAF6C
Tints of Ocean Green #4BAF6C
RGB
CMYK
RGB Variations
Color information
#4BAF6C (or 0x4BAF6C) is known color: Ocean Green. HEX triplet: 4B, AF and 6C. RGB value is (75,175,108). Sum of RGB (Red+Green+Blue) = 75+175+108=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF6C is #B45093. Grayscale: #898989. Windows color (decimal): -11817108 or 7122763. OLE color: 7122763.
HSL color Cylindrical-coordinate representation of color #4BAF6C: hue angle of 139.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 #4BAF6C is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 108 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.31 |
| HSL | 139.8º | 0.4% | 0.49% | - |
| HSV(B) | 139.8º | 0.57% | 0.69% | - |
| XYZ | 20.94 | 33.24 | 19.5 | - |
| YUV | 137.46 | 111.37 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 108 | 0.57 | 0 | 0.38 | 0.31 | 139.8 | 0.4 | 0.49 |
| Hex | 4B | AF | 6C | 39 | 0 | 26 | 1F | 8C | 28 | 31 |
| Octal | 113 | 257 | 154 | 71 | 0 | 46 | 37 | 214 | 50 | 61 |
| Binary | 1001011 | 10101111 | 1101100 | 111001 | 0 | 100110 | 11111 | 10001100 | 101000 | 110001 |
Color Harmonies of #4BAF6C
Complementary color
Monochromatic Colors of #4BAF6C
Black with #4BAF6C
Text Example
Text Example
White with #4BAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAF6C; }
p { color: rgb(75,175,108); }
H1.HeaderClassName
{
color: #4BAF6C;
}
.AnyTagClassName
{
color: #4BAF6C;
}
</style>
background-color css
<style>
a { background-color: #4BAF6C; }
a { background-color: rgb(75,175,108); }
div.DivClassName
{
background-color: #4BAF6C;
}
.BgClassName
{
background-color: #4BAF6C;
}
</style>
border-color css
<style>
span { border-color: #4BAF6C; }
span { border-color: rgb(75,175,108); }
td.TdClassName
{
border-color: #4BAF6C;
}
.TagClassName
{
border-color: #4BAF6C;
}
</style>