Shades of Ocean Green #4BAC6B
Tints of Ocean Green #4BAC6B
RGB
CMYK
RGB Variations
Color information
#4BAC6B (or 0x4BAC6B) is known color: Ocean Green. HEX triplet: 4B, AC and 6B. RGB value is (75,172,107). Sum of RGB (Red+Green+Blue) = 75+172+107=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC6B is #B45394. Grayscale: #878787. Windows color (decimal): -11817877 or 7056459. OLE color: 7056459.
HSL color Cylindrical-coordinate representation of color #4BAC6B: hue angle of 139.79º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC6B is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 107 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.33 |
| HSL | 139.79º | 0.39% | 0.48% | - |
| HSV(B) | 139.79º | 0.56% | 0.67% | - |
| XYZ | 20.31 | 32.06 | 19.03 | - |
| YUV | 135.59 | 111.86 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 107 | 0.56 | 0 | 0.38 | 0.33 | 139.79 | 0.39 | 0.48 |
| Hex | 4B | AC | 6B | 38 | 0 | 26 | 21 | 8C | 27 | 30 |
| Octal | 113 | 254 | 153 | 70 | 0 | 46 | 41 | 214 | 47 | 60 |
| Binary | 1001011 | 10101100 | 1101011 | 111000 | 0 | 100110 | 100001 | 10001100 | 100111 | 110000 |
Color Harmonies of #4BAC6B
Complementary color
Monochromatic Colors of #4BAC6B
Black with #4BAC6B
Text Example
Text Example
White with #4BAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC6B; }
p { color: rgb(75,172,107); }
H1.HeaderClassName
{
color: #4BAC6B;
}
.AnyTagClassName
{
color: #4BAC6B;
}
</style>
background-color css
<style>
a { background-color: #4BAC6B; }
a { background-color: rgb(75,172,107); }
div.DivClassName
{
background-color: #4BAC6B;
}
.BgClassName
{
background-color: #4BAC6B;
}
</style>
border-color css
<style>
span { border-color: #4BAC6B; }
span { border-color: rgb(75,172,107); }
td.TdClassName
{
border-color: #4BAC6B;
}
.TagClassName
{
border-color: #4BAC6B;
}
</style>