Shades of Ocean Green #5CA873
Tints of Ocean Green #5CA873
RGB
CMYK
RGB Variations
Color information
#5CA873 (or 0x5CA873) is known color: Ocean Green. HEX triplet: 5C, A8 and 73. RGB value is (92,168,115). Sum of RGB (Red+Green+Blue) = 92+168+115=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA873 is #A3578C. Grayscale: #8B8B8B. Windows color (decimal): -10704781 or 7579740. OLE color: 7579740.
HSL color Cylindrical-coordinate representation of color #5CA873: hue angle of 138.16º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA873 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 168 | 115 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.34 |
| HSL | 138.16º | 0.3% | 0.51% | - |
| HSV(B) | 138.16º | 0.45% | 0.66% | - |
| XYZ | 21.51 | 31.52 | 21.17 | - |
| YUV | 139.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 168 | 115 | 0.45 | 0 | 0.32 | 0.34 | 138.16 | 0.3 | 0.51 |
| Hex | 5C | A8 | 73 | 2D | 0 | 20 | 22 | 8A | 1E | 33 |
| Octal | 134 | 250 | 163 | 55 | 0 | 40 | 42 | 212 | 36 | 63 |
| Binary | 1011100 | 10101000 | 1110011 | 101101 | 0 | 100000 | 100010 | 10001010 | 11110 | 110011 |
Color Harmonies of #5CA873
Complementary color
Monochromatic Colors of #5CA873
Black with #5CA873
Text Example
Text Example
White with #5CA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA873; }
p { color: rgb(92,168,115); }
H1.HeaderClassName
{
color: #5CA873;
}
.AnyTagClassName
{
color: #5CA873;
}
</style>
background-color css
<style>
a { background-color: #5CA873; }
a { background-color: rgb(92,168,115); }
div.DivClassName
{
background-color: #5CA873;
}
.BgClassName
{
background-color: #5CA873;
}
</style>
border-color css
<style>
span { border-color: #5CA873; }
span { border-color: rgb(92,168,115); }
td.TdClassName
{
border-color: #5CA873;
}
.TagClassName
{
border-color: #5CA873;
}
</style>