Shades of Ocean Green #4BAA7C
Tints of Ocean Green #4BAA7C
RGB
CMYK
RGB Variations
Color information
#4BAA7C (or 0x4BAA7C) is known color: Ocean Green. HEX triplet: 4B, AA and 7C. RGB value is (75,170,124). Sum of RGB (Red+Green+Blue) = 75+170+124=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA7C is #B45583. Grayscale: #888888. Windows color (decimal): -11818372 or 8170059. OLE color: 8170059.
HSL color Cylindrical-coordinate representation of color #4BAA7C: hue angle of 150.95º 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 #4BAA7C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 124 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.33 |
| HSL | 150.95º | 0.39% | 0.48% | - |
| HSV(B) | 150.95º | 0.56% | 0.67% | - |
| XYZ | 20.91 | 31.7 | 24.09 | - |
| YUV | 136.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 124 | 0.56 | 0 | 0.27 | 0.33 | 150.95 | 0.39 | 0.48 |
| Hex | 4B | AA | 7C | 38 | 0 | 1B | 21 | 97 | 27 | 30 |
| Octal | 113 | 252 | 174 | 70 | 0 | 33 | 41 | 227 | 47 | 60 |
| Binary | 1001011 | 10101010 | 1111100 | 111000 | 0 | 11011 | 100001 | 10010111 | 100111 | 110000 |
Color Harmonies of #4BAA7C
Complementary color
Monochromatic Colors of #4BAA7C
Black with #4BAA7C
Text Example
Text Example
White with #4BAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA7C; }
p { color: rgb(75,170,124); }
H1.HeaderClassName
{
color: #4BAA7C;
}
.AnyTagClassName
{
color: #4BAA7C;
}
</style>
background-color css
<style>
a { background-color: #4BAA7C; }
a { background-color: rgb(75,170,124); }
div.DivClassName
{
background-color: #4BAA7C;
}
.BgClassName
{
background-color: #4BAA7C;
}
</style>
border-color css
<style>
span { border-color: #4BAA7C; }
span { border-color: rgb(75,170,124); }
td.TdClassName
{
border-color: #4BAA7C;
}
.TagClassName
{
border-color: #4BAA7C;
}
</style>