Shades of Ocean Green #5CA480
Tints of Ocean Green #5CA480
RGB
CMYK
RGB Variations
Color information
#5CA480 (or 0x5CA480) is known color: Ocean Green. HEX triplet: 5C, A4 and 80. RGB value is (92,164,128). Sum of RGB (Red+Green+Blue) = 92+164+128=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA480 is #A35B7F. Grayscale: #8A8A8A. Windows color (decimal): -10705792 or 8430684. OLE color: 8430684.
HSL color Cylindrical-coordinate representation of color #5CA480: hue angle of 150º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA480 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 164 | 128 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.36 |
| HSL | 150º | 0.28% | 0.5% | - |
| HSV(B) | 150º | 0.44% | 0.64% | - |
| XYZ | 21.59 | 30.38 | 25.15 | - |
| YUV | 138.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 128 | 0.44 | 0 | 0.22 | 0.36 | 150 | 0.28 | 0.5 |
| Hex | 5C | A4 | 80 | 2C | 0 | 16 | 24 | 96 | 1C | 32 |
| Octal | 134 | 244 | 200 | 54 | 0 | 26 | 44 | 226 | 34 | 62 |
| Binary | 1011100 | 10100100 | 10000000 | 101100 | 0 | 10110 | 100100 | 10010110 | 11100 | 110010 |
Color Harmonies of #5CA480
Complementary color
Monochromatic Colors of #5CA480
Black with #5CA480
Text Example
Text Example
White with #5CA480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA480; }
p { color: rgb(92,164,128); }
H1.HeaderClassName
{
color: #5CA480;
}
.AnyTagClassName
{
color: #5CA480;
}
</style>
background-color css
<style>
a { background-color: #5CA480; }
a { background-color: rgb(92,164,128); }
div.DivClassName
{
background-color: #5CA480;
}
.BgClassName
{
background-color: #5CA480;
}
</style>
border-color css
<style>
span { border-color: #5CA480; }
span { border-color: rgb(92,164,128); }
td.TdClassName
{
border-color: #5CA480;
}
.TagClassName
{
border-color: #5CA480;
}
</style>