Shades of Ocean Green #5CAC74
Tints of Ocean Green #5CAC74
RGB
CMYK
RGB Variations
Color information
#5CAC74 (or 0x5CAC74) is known color: Ocean Green. HEX triplet: 5C, AC and 74. RGB value is (92,172,116). Sum of RGB (Red+Green+Blue) = 92+172+116=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC74 is #A3538B. Grayscale: #8D8D8D. Windows color (decimal): -10703756 or 7646300. OLE color: 7646300.
HSL color Cylindrical-coordinate representation of color #5CAC74: hue angle of 138º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAC74 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 116 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.33 |
| HSL | 138º | 0.33% | 0.52% | - |
| HSV(B) | 138º | 0.47% | 0.67% | - |
| XYZ | 22.32 | 33.04 | 21.72 | - |
| YUV | 141.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 116 | 0.47 | 0 | 0.33 | 0.33 | 138 | 0.33 | 0.52 |
| Hex | 5C | AC | 74 | 2F | 0 | 21 | 21 | 8A | 21 | 34 |
| Octal | 134 | 254 | 164 | 57 | 0 | 41 | 41 | 212 | 41 | 64 |
| Binary | 1011100 | 10101100 | 1110100 | 101111 | 0 | 100001 | 100001 | 10001010 | 100001 | 110100 |
Color Harmonies of #5CAC74
Complementary color
Monochromatic Colors of #5CAC74
Black with #5CAC74
Text Example
Text Example
White with #5CAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAC74; }
p { color: rgb(92,172,116); }
H1.HeaderClassName
{
color: #5CAC74;
}
.AnyTagClassName
{
color: #5CAC74;
}
</style>
background-color css
<style>
a { background-color: #5CAC74; }
a { background-color: rgb(92,172,116); }
div.DivClassName
{
background-color: #5CAC74;
}
.BgClassName
{
background-color: #5CAC74;
}
</style>
border-color css
<style>
span { border-color: #5CAC74; }
span { border-color: rgb(92,172,116); }
td.TdClassName
{
border-color: #5CAC74;
}
.TagClassName
{
border-color: #5CAC74;
}
</style>