Shades of Ocean Green #5CA678
Tints of Ocean Green #5CA678
RGB
CMYK
RGB Variations
Color information
#5CA678 (or 0x5CA678) is known color: Ocean Green. HEX triplet: 5C, A6 and 78. RGB value is (92,166,120). Sum of RGB (Red+Green+Blue) = 92+166+120=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA678 is #A35987. Grayscale: #8A8A8A. Windows color (decimal): -10705288 or 7906908. OLE color: 7906908.
HSL color Cylindrical-coordinate representation of color #5CA678: hue angle of 142.7º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA678 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 166 | 120 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.35 |
| HSL | 142.7º | 0.29% | 0.51% | - |
| HSV(B) | 142.7º | 0.45% | 0.65% | - |
| XYZ | 21.44 | 30.9 | 22.6 | - |
| YUV | 138.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 166 | 120 | 0.45 | 0 | 0.28 | 0.35 | 142.7 | 0.29 | 0.51 |
| Hex | 5C | A6 | 78 | 2D | 0 | 1C | 23 | 8F | 1D | 33 |
| Octal | 134 | 246 | 170 | 55 | 0 | 34 | 43 | 217 | 35 | 63 |
| Binary | 1011100 | 10100110 | 1111000 | 101101 | 0 | 11100 | 100011 | 10001111 | 11101 | 110011 |
Color Harmonies of #5CA678
Complementary color
Monochromatic Colors of #5CA678
Black with #5CA678
Text Example
Text Example
White with #5CA678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA678; }
p { color: rgb(92,166,120); }
H1.HeaderClassName
{
color: #5CA678;
}
.AnyTagClassName
{
color: #5CA678;
}
</style>
background-color css
<style>
a { background-color: #5CA678; }
a { background-color: rgb(92,166,120); }
div.DivClassName
{
background-color: #5CA678;
}
.BgClassName
{
background-color: #5CA678;
}
</style>
border-color css
<style>
span { border-color: #5CA678; }
span { border-color: rgb(92,166,120); }
td.TdClassName
{
border-color: #5CA678;
}
.TagClassName
{
border-color: #5CA678;
}
</style>