Shades of Ocean Green #4CB17F
Tints of Ocean Green #4CB17F
RGB
CMYK
RGB Variations
Color information
#4CB17F (or 0x4CB17F) is known color: Ocean Green. HEX triplet: 4C, B1 and 7F. RGB value is (76,177,127). Sum of RGB (Red+Green+Blue) = 76+177+127=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB17F is #B34E80. Grayscale: #8D8D8D. Windows color (decimal): -11751041 or 8368460. OLE color: 8368460.
HSL color Cylindrical-coordinate representation of color #4CB17F: hue angle of 150.3º 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 #4CB17F is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 177 | 127 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.31 |
| HSL | 150.3º | 0.4% | 0.5% | - |
| HSV(B) | 150.3º | 0.57% | 0.69% | - |
| XYZ | 22.53 | 34.51 | 25.55 | - |
| YUV | 141.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 177 | 127 | 0.57 | 0 | 0.28 | 0.31 | 150.3 | 0.4 | 0.5 |
| Hex | 4C | B1 | 7F | 39 | 0 | 1C | 1F | 96 | 28 | 32 |
| Octal | 114 | 261 | 177 | 71 | 0 | 34 | 37 | 226 | 50 | 62 |
| Binary | 1001100 | 10110001 | 1111111 | 111001 | 0 | 11100 | 11111 | 10010110 | 101000 | 110010 |
Color Harmonies of #4CB17F
Complementary color
Monochromatic Colors of #4CB17F
Black with #4CB17F
Text Example
Text Example
White with #4CB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB17F; }
p { color: rgb(76,177,127); }
H1.HeaderClassName
{
color: #4CB17F;
}
.AnyTagClassName
{
color: #4CB17F;
}
</style>
background-color css
<style>
a { background-color: #4CB17F; }
a { background-color: rgb(76,177,127); }
div.DivClassName
{
background-color: #4CB17F;
}
.BgClassName
{
background-color: #4CB17F;
}
</style>
border-color css
<style>
span { border-color: #4CB17F; }
span { border-color: rgb(76,177,127); }
td.TdClassName
{
border-color: #4CB17F;
}
.TagClassName
{
border-color: #4CB17F;
}
</style>