Shades of Ocean Green #5CA574
Tints of Ocean Green #5CA574
RGB
CMYK
RGB Variations
Color information
#5CA574 (or 0x5CA574) is known color: Ocean Green. HEX triplet: 5C, A5 and 74. RGB value is (92,165,116). Sum of RGB (Red+Green+Blue) = 92+165+116=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA574 is #A35A8B. Grayscale: #898989. Windows color (decimal): -10705548 or 7644508. OLE color: 7644508.
HSL color Cylindrical-coordinate representation of color #5CA574: hue angle of 139.73º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA574 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 116 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.35 |
| HSL | 139.73º | 0.29% | 0.5% | - |
| HSV(B) | 139.73º | 0.44% | 0.65% | - |
| XYZ | 21.02 | 30.45 | 21.29 | - |
| YUV | 137.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 116 | 0.44 | 0 | 0.30 | 0.35 | 139.73 | 0.29 | 0.5 |
| Hex | 5C | A5 | 74 | 2C | 0 | 1E | 23 | 8C | 1D | 32 |
| Octal | 134 | 245 | 164 | 54 | 0 | 36 | 43 | 214 | 35 | 62 |
| Binary | 1011100 | 10100101 | 1110100 | 101100 | 0 | 11110 | 100011 | 10001100 | 11101 | 110010 |
Color Harmonies of #5CA574
Complementary color
Monochromatic Colors of #5CA574
Black with #5CA574
Text Example
Text Example
White with #5CA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA574; }
p { color: rgb(92,165,116); }
H1.HeaderClassName
{
color: #5CA574;
}
.AnyTagClassName
{
color: #5CA574;
}
</style>
background-color css
<style>
a { background-color: #5CA574; }
a { background-color: rgb(92,165,116); }
div.DivClassName
{
background-color: #5CA574;
}
.BgClassName
{
background-color: #5CA574;
}
</style>
border-color css
<style>
span { border-color: #5CA574; }
span { border-color: rgb(92,165,116); }
td.TdClassName
{
border-color: #5CA574;
}
.TagClassName
{
border-color: #5CA574;
}
</style>