Shades of Ocean Green #4B9E6C
Tints of Ocean Green #4B9E6C
RGB
CMYK
RGB Variations
Color information
#4B9E6C (or 0x4B9E6C) is known color: Ocean Green. HEX triplet: 4B, 9E and 6C. RGB value is (75,158,108). Sum of RGB (Red+Green+Blue) = 75+158+108=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #4B9E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9E6C is #B46193. Grayscale: #7F7F7F. Windows color (decimal): -11821460 or 7118411. OLE color: 7118411.
HSL color Cylindrical-coordinate representation of color #4B9E6C: hue angle of 143.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B9E6C is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 158 | 108 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.38 |
| HSL | 143.86º | 0.36% | 0.46% | - |
| HSV(B) | 143.86º | 0.53% | 0.62% | - |
| XYZ | 17.84 | 27.03 | 18.47 | - |
| YUV | 127.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 108 | 0.53 | 0 | 0.32 | 0.38 | 143.86 | 0.36 | 0.46 |
| Hex | 4B | 9E | 6C | 35 | 0 | 20 | 26 | 90 | 24 | 2E |
| Octal | 113 | 236 | 154 | 65 | 0 | 40 | 46 | 220 | 44 | 56 |
| Binary | 1001011 | 10011110 | 1101100 | 110101 | 0 | 100000 | 100110 | 10010000 | 100100 | 101110 |
Color Harmonies of #4B9E6C
Complementary color
Monochromatic Colors of #4B9E6C
Black with #4B9E6C
Text Example
Text Example
White with #4B9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9E6C; }
p { color: rgb(75,158,108); }
H1.HeaderClassName
{
color: #4B9E6C;
}
.AnyTagClassName
{
color: #4B9E6C;
}
</style>
background-color css
<style>
a { background-color: #4B9E6C; }
a { background-color: rgb(75,158,108); }
div.DivClassName
{
background-color: #4B9E6C;
}
.BgClassName
{
background-color: #4B9E6C;
}
</style>
border-color css
<style>
span { border-color: #4B9E6C; }
span { border-color: rgb(75,158,108); }
td.TdClassName
{
border-color: #4B9E6C;
}
.TagClassName
{
border-color: #4B9E6C;
}
</style>