Shades of Ocean Green #4BAA6A
Tints of Ocean Green #4BAA6A
RGB
CMYK
RGB Variations
Color information
#4BAA6A (or 0x4BAA6A) is known color: Ocean Green. HEX triplet: 4B, AA and 6A. RGB value is (75,170,106). Sum of RGB (Red+Green+Blue) = 75+170+106=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA6A is #B45595. Grayscale: #868686. Windows color (decimal): -11818390 or 6990411. OLE color: 6990411.
HSL color Cylindrical-coordinate representation of color #4BAA6A: hue angle of 139.58º 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 #4BAA6A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 106 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.33 |
| HSL | 139.58º | 0.39% | 0.48% | - |
| HSV(B) | 139.58º | 0.56% | 0.67% | - |
| XYZ | 19.88 | 31.29 | 18.63 | - |
| YUV | 134.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 106 | 0.56 | 0 | 0.38 | 0.33 | 139.58 | 0.39 | 0.48 |
| Hex | 4B | AA | 6A | 38 | 0 | 26 | 21 | 8C | 27 | 30 |
| Octal | 113 | 252 | 152 | 70 | 0 | 46 | 41 | 214 | 47 | 60 |
| Binary | 1001011 | 10101010 | 1101010 | 111000 | 0 | 100110 | 100001 | 10001100 | 100111 | 110000 |
Color Harmonies of #4BAA6A
Complementary color
Monochromatic Colors of #4BAA6A
Black with #4BAA6A
Text Example
Text Example
White with #4BAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA6A; }
p { color: rgb(75,170,106); }
H1.HeaderClassName
{
color: #4BAA6A;
}
.AnyTagClassName
{
color: #4BAA6A;
}
</style>
background-color css
<style>
a { background-color: #4BAA6A; }
a { background-color: rgb(75,170,106); }
div.DivClassName
{
background-color: #4BAA6A;
}
.BgClassName
{
background-color: #4BAA6A;
}
</style>
border-color css
<style>
span { border-color: #4BAA6A; }
span { border-color: rgb(75,170,106); }
td.TdClassName
{
border-color: #4BAA6A;
}
.TagClassName
{
border-color: #4BAA6A;
}
</style>