Shades of Ocean Green #5CA075
Tints of Ocean Green #5CA075
RGB
CMYK
RGB Variations
Color information
#5CA075 (or 0x5CA075) is known color: Ocean Green. HEX triplet: 5C, A0 and 75. RGB value is (92,160,117). Sum of RGB (Red+Green+Blue) = 92+160+117=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA075 is #A35F8A. Grayscale: #868686. Windows color (decimal): -10706827 or 7708764. OLE color: 7708764.
HSL color Cylindrical-coordinate representation of color #5CA075: hue angle of 142.06º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA075 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 117 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.37 |
| HSL | 142.06º | 0.27% | 0.49% | - |
| HSV(B) | 142.06º | 0.43% | 0.63% | - |
| XYZ | 20.2 | 28.7 | 21.31 | - |
| YUV | 134.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 117 | 0.43 | 0 | 0.27 | 0.37 | 142.06 | 0.27 | 0.49 |
| Hex | 5C | A0 | 75 | 2B | 0 | 1B | 25 | 8E | 1B | 31 |
| Octal | 134 | 240 | 165 | 53 | 0 | 33 | 45 | 216 | 33 | 61 |
| Binary | 1011100 | 10100000 | 1110101 | 101011 | 0 | 11011 | 100101 | 10001110 | 11011 | 110001 |
Color Harmonies of #5CA075
Complementary color
Monochromatic Colors of #5CA075
Black with #5CA075
Text Example
Text Example
White with #5CA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA075; }
p { color: rgb(92,160,117); }
H1.HeaderClassName
{
color: #5CA075;
}
.AnyTagClassName
{
color: #5CA075;
}
</style>
background-color css
<style>
a { background-color: #5CA075; }
a { background-color: rgb(92,160,117); }
div.DivClassName
{
background-color: #5CA075;
}
.BgClassName
{
background-color: #5CA075;
}
</style>
border-color css
<style>
span { border-color: #5CA075; }
span { border-color: rgb(92,160,117); }
td.TdClassName
{
border-color: #5CA075;
}
.TagClassName
{
border-color: #5CA075;
}
</style>