Shades of Ocean Green #5CAE77
Tints of Ocean Green #5CAE77
RGB
CMYK
RGB Variations
Color information
#5CAE77 (or 0x5CAE77) is known color: Ocean Green. HEX triplet: 5C, AE and 77. RGB value is (92,174,119). Sum of RGB (Red+Green+Blue) = 92+174+119=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAE77 is #A35188. Grayscale: #8F8F8F. Windows color (decimal): -10703241 or 7843420. OLE color: 7843420.
HSL color Cylindrical-coordinate representation of color #5CAE77: hue angle of 139.76º degrees, saturation: 0.34, 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 #5CAE77 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 119 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.32 |
| HSL | 139.76º | 0.34% | 0.52% | - |
| HSV(B) | 139.76º | 0.47% | 0.68% | - |
| XYZ | 22.88 | 33.88 | 22.79 | - |
| YUV | 143.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 119 | 0.47 | 0 | 0.32 | 0.32 | 139.76 | 0.34 | 0.52 |
| Hex | 5C | AE | 77 | 2F | 0 | 20 | 20 | 8C | 22 | 34 |
| Octal | 134 | 256 | 167 | 57 | 0 | 40 | 40 | 214 | 42 | 64 |
| Binary | 1011100 | 10101110 | 1110111 | 101111 | 0 | 100000 | 100000 | 10001100 | 100010 | 110100 |
Color Harmonies of #5CAE77
Complementary color
Monochromatic Colors of #5CAE77
Black with #5CAE77
Text Example
Text Example
White with #5CAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAE77; }
p { color: rgb(92,174,119); }
H1.HeaderClassName
{
color: #5CAE77;
}
.AnyTagClassName
{
color: #5CAE77;
}
</style>
background-color css
<style>
a { background-color: #5CAE77; }
a { background-color: rgb(92,174,119); }
div.DivClassName
{
background-color: #5CAE77;
}
.BgClassName
{
background-color: #5CAE77;
}
</style>
border-color css
<style>
span { border-color: #5CAE77; }
span { border-color: rgb(92,174,119); }
td.TdClassName
{
border-color: #5CAE77;
}
.TagClassName
{
border-color: #5CAE77;
}
</style>