Shades of Ocean Green #5CA47A
Tints of Ocean Green #5CA47A
RGB
CMYK
RGB Variations
Color information
#5CA47A (or 0x5CA47A) is known color: Ocean Green. HEX triplet: 5C, A4 and 7A. RGB value is (92,164,122). Sum of RGB (Red+Green+Blue) = 92+164+122=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA47A is #A35B85. Grayscale: #898989. Windows color (decimal): -10705798 or 8037468. OLE color: 8037468.
HSL color Cylindrical-coordinate representation of color #5CA47A: hue angle of 145º 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 #5CA47A is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 164 | 122 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.36 |
| HSL | 145º | 0.28% | 0.5% | - |
| HSV(B) | 145º | 0.44% | 0.64% | - |
| XYZ | 21.2 | 30.23 | 23.13 | - |
| YUV | 137.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 122 | 0.44 | 0 | 0.26 | 0.36 | 145 | 0.28 | 0.5 |
| Hex | 5C | A4 | 7A | 2C | 0 | 1A | 24 | 91 | 1C | 32 |
| Octal | 134 | 244 | 172 | 54 | 0 | 32 | 44 | 221 | 34 | 62 |
| Binary | 1011100 | 10100100 | 1111010 | 101100 | 0 | 11010 | 100100 | 10010001 | 11100 | 110010 |
Color Harmonies of #5CA47A
Complementary color
Monochromatic Colors of #5CA47A
Black with #5CA47A
Text Example
Text Example
White with #5CA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA47A; }
p { color: rgb(92,164,122); }
H1.HeaderClassName
{
color: #5CA47A;
}
.AnyTagClassName
{
color: #5CA47A;
}
</style>
background-color css
<style>
a { background-color: #5CA47A; }
a { background-color: rgb(92,164,122); }
div.DivClassName
{
background-color: #5CA47A;
}
.BgClassName
{
background-color: #5CA47A;
}
</style>
border-color css
<style>
span { border-color: #5CA47A; }
span { border-color: rgb(92,164,122); }
td.TdClassName
{
border-color: #5CA47A;
}
.TagClassName
{
border-color: #5CA47A;
}
</style>