Shades of Ocean Green #5CA580
Tints of Ocean Green #5CA580
RGB
CMYK
RGB Variations
Color information
#5CA580 (or 0x5CA580) is known color: Ocean Green. HEX triplet: 5C, A5 and 80. RGB value is (92,165,128). Sum of RGB (Red+Green+Blue) = 92+165+128=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA580 is #A35A7F. Grayscale: #8B8B8B. Windows color (decimal): -10705536 or 8430940. OLE color: 8430940.
HSL color Cylindrical-coordinate representation of color #5CA580: hue angle of 149.59º 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 #5CA580 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 128 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.35 |
| HSL | 149.59º | 0.29% | 0.5% | - |
| HSV(B) | 149.59º | 0.44% | 0.65% | - |
| XYZ | 21.77 | 30.74 | 25.21 | - |
| YUV | 138.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 128 | 0.44 | 0 | 0.22 | 0.35 | 149.59 | 0.29 | 0.5 |
| Hex | 5C | A5 | 80 | 2C | 0 | 16 | 23 | 96 | 1D | 32 |
| Octal | 134 | 245 | 200 | 54 | 0 | 26 | 43 | 226 | 35 | 62 |
| Binary | 1011100 | 10100101 | 10000000 | 101100 | 0 | 10110 | 100011 | 10010110 | 11101 | 110010 |
Color Harmonies of #5CA580
Complementary color
Monochromatic Colors of #5CA580
Black with #5CA580
Text Example
Text Example
White with #5CA580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA580; }
p { color: rgb(92,165,128); }
H1.HeaderClassName
{
color: #5CA580;
}
.AnyTagClassName
{
color: #5CA580;
}
</style>
background-color css
<style>
a { background-color: #5CA580; }
a { background-color: rgb(92,165,128); }
div.DivClassName
{
background-color: #5CA580;
}
.BgClassName
{
background-color: #5CA580;
}
</style>
border-color css
<style>
span { border-color: #5CA580; }
span { border-color: rgb(92,165,128); }
td.TdClassName
{
border-color: #5CA580;
}
.TagClassName
{
border-color: #5CA580;
}
</style>