Shades of Ocean Green #5CAD76
Tints of Ocean Green #5CAD76
RGB
CMYK
RGB Variations
Color information
#5CAD76 (or 0x5CAD76) is known color: Ocean Green. HEX triplet: 5C, AD and 76. RGB value is (92,173,118). Sum of RGB (Red+Green+Blue) = 92+173+118=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAD76 is #A35289. Grayscale: #8E8E8E. Windows color (decimal): -10703498 or 7777628. OLE color: 7777628.
HSL color Cylindrical-coordinate representation of color #5CAD76: hue angle of 139.26º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAD76 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 118 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.32 |
| HSL | 139.26º | 0.33% | 0.52% | - |
| HSV(B) | 139.26º | 0.47% | 0.68% | - |
| XYZ | 22.63 | 33.47 | 22.41 | - |
| YUV | 142.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 118 | 0.47 | 0 | 0.32 | 0.32 | 139.26 | 0.33 | 0.52 |
| Hex | 5C | AD | 76 | 2F | 0 | 20 | 20 | 8B | 21 | 34 |
| Octal | 134 | 255 | 166 | 57 | 0 | 40 | 40 | 213 | 41 | 64 |
| Binary | 1011100 | 10101101 | 1110110 | 101111 | 0 | 100000 | 100000 | 10001011 | 100001 | 110100 |
Color Harmonies of #5CAD76
Complementary color
Monochromatic Colors of #5CAD76
Black with #5CAD76
Text Example
Text Example
White with #5CAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAD76; }
p { color: rgb(92,173,118); }
H1.HeaderClassName
{
color: #5CAD76;
}
.AnyTagClassName
{
color: #5CAD76;
}
</style>
background-color css
<style>
a { background-color: #5CAD76; }
a { background-color: rgb(92,173,118); }
div.DivClassName
{
background-color: #5CAD76;
}
.BgClassName
{
background-color: #5CAD76;
}
</style>
border-color css
<style>
span { border-color: #5CAD76; }
span { border-color: rgb(92,173,118); }
td.TdClassName
{
border-color: #5CAD76;
}
.TagClassName
{
border-color: #5CAD76;
}
</style>