Shades of Ocean Green #4AB17B
Tints of Ocean Green #4AB17B
RGB
CMYK
RGB Variations
Color information
#4AB17B (or 0x4AB17B) is known color: Ocean Green. HEX triplet: 4A, B1 and 7B. RGB value is (74,177,123). Sum of RGB (Red+Green+Blue) = 74+177+123=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB17B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB17B is #B54E84. Grayscale: #8C8C8C. Windows color (decimal): -11882117 or 8106314. OLE color: 8106314.
HSL color Cylindrical-coordinate representation of color #4AB17B: hue angle of 148.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB17B is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 123 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.31 |
| HSL | 148.54º | 0.41% | 0.49% | - |
| HSV(B) | 148.54º | 0.58% | 0.69% | - |
| XYZ | 22.12 | 34.33 | 24.2 | - |
| YUV | 140.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 123 | 0.58 | 0 | 0.31 | 0.31 | 148.54 | 0.41 | 0.49 |
| Hex | 4A | B1 | 7B | 3A | 0 | 1F | 1F | 95 | 29 | 31 |
| Octal | 112 | 261 | 173 | 72 | 0 | 37 | 37 | 225 | 51 | 61 |
| Binary | 1001010 | 10110001 | 1111011 | 111010 | 0 | 11111 | 11111 | 10010101 | 101001 | 110001 |
Color Harmonies of #4AB17B
Complementary color
Monochromatic Colors of #4AB17B
Black with #4AB17B
Text Example
Text Example
White with #4AB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB17B; }
p { color: rgb(74,177,123); }
H1.HeaderClassName
{
color: #4AB17B;
}
.AnyTagClassName
{
color: #4AB17B;
}
</style>
background-color css
<style>
a { background-color: #4AB17B; }
a { background-color: rgb(74,177,123); }
div.DivClassName
{
background-color: #4AB17B;
}
.BgClassName
{
background-color: #4AB17B;
}
</style>
border-color css
<style>
span { border-color: #4AB17B; }
span { border-color: rgb(74,177,123); }
td.TdClassName
{
border-color: #4AB17B;
}
.TagClassName
{
border-color: #4AB17B;
}
</style>