Shades of Ocean Green #5CAE7E
Tints of Ocean Green #5CAE7E
RGB
CMYK
RGB Variations
Color information
#5CAE7E (or 0x5CAE7E) is known color: Ocean Green. HEX triplet: 5C, AE and 7E. RGB value is (92,174,126). Sum of RGB (Red+Green+Blue) = 92+174+126=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAE7E is #A35181. Grayscale: #909090. Windows color (decimal): -10703234 or 8302172. OLE color: 8302172.
HSL color Cylindrical-coordinate representation of color #5CAE7E: hue angle of 144.88º 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 #5CAE7E is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 126 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.32 |
| HSL | 144.88º | 0.34% | 0.52% | - |
| HSV(B) | 144.88º | 0.47% | 0.68% | - |
| XYZ | 23.32 | 34.05 | 25.08 | - |
| YUV | 144.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 126 | 0.47 | 0 | 0.28 | 0.32 | 144.88 | 0.34 | 0.52 |
| Hex | 5C | AE | 7E | 2F | 0 | 1C | 20 | 91 | 22 | 34 |
| Octal | 134 | 256 | 176 | 57 | 0 | 34 | 40 | 221 | 42 | 64 |
| Binary | 1011100 | 10101110 | 1111110 | 101111 | 0 | 11100 | 100000 | 10010001 | 100010 | 110100 |
Color Harmonies of #5CAE7E
Complementary color
Monochromatic Colors of #5CAE7E
Black with #5CAE7E
Text Example
Text Example
White with #5CAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAE7E; }
p { color: rgb(92,174,126); }
H1.HeaderClassName
{
color: #5CAE7E;
}
.AnyTagClassName
{
color: #5CAE7E;
}
</style>
background-color css
<style>
a { background-color: #5CAE7E; }
a { background-color: rgb(92,174,126); }
div.DivClassName
{
background-color: #5CAE7E;
}
.BgClassName
{
background-color: #5CAE7E;
}
</style>
border-color css
<style>
span { border-color: #5CAE7E; }
span { border-color: rgb(92,174,126); }
td.TdClassName
{
border-color: #5CAE7E;
}
.TagClassName
{
border-color: #5CAE7E;
}
</style>