Shades of Ocean Green #5CAA7A
Tints of Ocean Green #5CAA7A
RGB
CMYK
RGB Variations
Color information
#5CAA7A (or 0x5CAA7A) is known color: Ocean Green. HEX triplet: 5C, AA and 7A. RGB value is (92,170,122). Sum of RGB (Red+Green+Blue) = 92+170+122=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA7A is #A35585. Grayscale: #8D8D8D. Windows color (decimal): -10704262 or 8039004. OLE color: 8039004.
HSL color Cylindrical-coordinate representation of color #5CAA7A: hue angle of 143.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA7A is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 122 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.33 |
| HSL | 143.08º | 0.31% | 0.51% | - |
| HSV(B) | 143.08º | 0.46% | 0.67% | - |
| XYZ | 22.3 | 32.43 | 23.5 | - |
| YUV | 141.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 122 | 0.46 | 0 | 0.28 | 0.33 | 143.08 | 0.31 | 0.51 |
| Hex | 5C | AA | 7A | 2E | 0 | 1C | 21 | 8F | 1F | 33 |
| Octal | 134 | 252 | 172 | 56 | 0 | 34 | 41 | 217 | 37 | 63 |
| Binary | 1011100 | 10101010 | 1111010 | 101110 | 0 | 11100 | 100001 | 10001111 | 11111 | 110011 |
Color Harmonies of #5CAA7A
Complementary color
Monochromatic Colors of #5CAA7A
Black with #5CAA7A
Text Example
Text Example
White with #5CAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA7A; }
p { color: rgb(92,170,122); }
H1.HeaderClassName
{
color: #5CAA7A;
}
.AnyTagClassName
{
color: #5CAA7A;
}
</style>
background-color css
<style>
a { background-color: #5CAA7A; }
a { background-color: rgb(92,170,122); }
div.DivClassName
{
background-color: #5CAA7A;
}
.BgClassName
{
background-color: #5CAA7A;
}
</style>
border-color css
<style>
span { border-color: #5CAA7A; }
span { border-color: rgb(92,170,122); }
td.TdClassName
{
border-color: #5CAA7A;
}
.TagClassName
{
border-color: #5CAA7A;
}
</style>