Shades of Ocean Green #4CB17D
Tints of Ocean Green #4CB17D
RGB
CMYK
RGB Variations
Color information
#4CB17D (or 0x4CB17D) is known color: Ocean Green. HEX triplet: 4C, B1 and 7D. RGB value is (76,177,125). Sum of RGB (Red+Green+Blue) = 76+177+125=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB17D is #B34E82. Grayscale: #8C8C8C. Windows color (decimal): -11751043 or 8237388. OLE color: 8237388.
HSL color Cylindrical-coordinate representation of color #4CB17D: hue angle of 149.11º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB17D is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 177 | 125 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.31 |
| HSL | 149.11º | 0.4% | 0.5% | - |
| HSV(B) | 149.11º | 0.57% | 0.69% | - |
| XYZ | 22.4 | 34.46 | 24.87 | - |
| YUV | 140.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 177 | 125 | 0.57 | 0 | 0.29 | 0.31 | 149.11 | 0.4 | 0.5 |
| Hex | 4C | B1 | 7D | 39 | 0 | 1D | 1F | 95 | 28 | 32 |
| Octal | 114 | 261 | 175 | 71 | 0 | 35 | 37 | 225 | 50 | 62 |
| Binary | 1001100 | 10110001 | 1111101 | 111001 | 0 | 11101 | 11111 | 10010101 | 101000 | 110010 |
Color Harmonies of #4CB17D
Complementary color
Monochromatic Colors of #4CB17D
Black with #4CB17D
Text Example
Text Example
White with #4CB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB17D; }
p { color: rgb(76,177,125); }
H1.HeaderClassName
{
color: #4CB17D;
}
.AnyTagClassName
{
color: #4CB17D;
}
</style>
background-color css
<style>
a { background-color: #4CB17D; }
a { background-color: rgb(76,177,125); }
div.DivClassName
{
background-color: #4CB17D;
}
.BgClassName
{
background-color: #4CB17D;
}
</style>
border-color css
<style>
span { border-color: #4CB17D; }
span { border-color: rgb(76,177,125); }
td.TdClassName
{
border-color: #4CB17D;
}
.TagClassName
{
border-color: #4CB17D;
}
</style>