Shades of Ocean Green #5CAC77
Tints of Ocean Green #5CAC77
RGB
CMYK
RGB Variations
Color information
#5CAC77 (or 0x5CAC77) is known color: Ocean Green. HEX triplet: 5C, AC and 77. RGB value is (92,172,119). Sum of RGB (Red+Green+Blue) = 92+172+119=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC77 is #A35388. Grayscale: #8E8E8E. Windows color (decimal): -10703753 or 7842908. OLE color: 7842908.
HSL color Cylindrical-coordinate representation of color #5CAC77: hue angle of 140.25º 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 #5CAC77 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 119 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.33 |
| HSL | 140.25º | 0.33% | 0.52% | - |
| HSV(B) | 140.25º | 0.47% | 0.67% | - |
| XYZ | 22.5 | 33.11 | 22.66 | - |
| YUV | 142.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 119 | 0.47 | 0 | 0.31 | 0.33 | 140.25 | 0.33 | 0.52 |
| Hex | 5C | AC | 77 | 2F | 0 | 1F | 21 | 8C | 21 | 34 |
| Octal | 134 | 254 | 167 | 57 | 0 | 37 | 41 | 214 | 41 | 64 |
| Binary | 1011100 | 10101100 | 1110111 | 101111 | 0 | 11111 | 100001 | 10001100 | 100001 | 110100 |
Color Harmonies of #5CAC77
Complementary color
Monochromatic Colors of #5CAC77
Black with #5CAC77
Text Example
Text Example
White with #5CAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAC77; }
p { color: rgb(92,172,119); }
H1.HeaderClassName
{
color: #5CAC77;
}
.AnyTagClassName
{
color: #5CAC77;
}
</style>
background-color css
<style>
a { background-color: #5CAC77; }
a { background-color: rgb(92,172,119); }
div.DivClassName
{
background-color: #5CAC77;
}
.BgClassName
{
background-color: #5CAC77;
}
</style>
border-color css
<style>
span { border-color: #5CAC77; }
span { border-color: rgb(92,172,119); }
td.TdClassName
{
border-color: #5CAC77;
}
.TagClassName
{
border-color: #5CAC77;
}
</style>