Shades of Ocean Green #5CAE7B
Tints of Ocean Green #5CAE7B
RGB
CMYK
RGB Variations
Color information
#5CAE7B (or 0x5CAE7B) is known color: Ocean Green. HEX triplet: 5C, AE and 7B. RGB value is (92,174,123). Sum of RGB (Red+Green+Blue) = 92+174+123=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAE7B is #A35184. Grayscale: #8F8F8F. Windows color (decimal): -10703237 or 8105564. OLE color: 8105564.
HSL color Cylindrical-coordinate representation of color #5CAE7B: hue angle of 142.68º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAE7B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 123 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.32 |
| HSL | 142.68º | 0.34% | 0.52% | - |
| HSV(B) | 142.68º | 0.47% | 0.68% | - |
| XYZ | 23.12 | 33.98 | 24.08 | - |
| YUV | 143.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 123 | 0.47 | 0 | 0.29 | 0.32 | 142.68 | 0.34 | 0.52 |
| Hex | 5C | AE | 7B | 2F | 0 | 1D | 20 | 8F | 22 | 34 |
| Octal | 134 | 256 | 173 | 57 | 0 | 35 | 40 | 217 | 42 | 64 |
| Binary | 1011100 | 10101110 | 1111011 | 101111 | 0 | 11101 | 100000 | 10001111 | 100010 | 110100 |
Color Harmonies of #5CAE7B
Complementary color
Monochromatic Colors of #5CAE7B
Black with #5CAE7B
Text Example
Text Example
White with #5CAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAE7B; }
p { color: rgb(92,174,123); }
H1.HeaderClassName
{
color: #5CAE7B;
}
.AnyTagClassName
{
color: #5CAE7B;
}
</style>
background-color css
<style>
a { background-color: #5CAE7B; }
a { background-color: rgb(92,174,123); }
div.DivClassName
{
background-color: #5CAE7B;
}
.BgClassName
{
background-color: #5CAE7B;
}
</style>
border-color css
<style>
span { border-color: #5CAE7B; }
span { border-color: rgb(92,174,123); }
td.TdClassName
{
border-color: #5CAE7B;
}
.TagClassName
{
border-color: #5CAE7B;
}
</style>