Shades of Ocean Green #5CAD7E
Tints of Ocean Green #5CAD7E
RGB
CMYK
RGB Variations
Color information
#5CAD7E (or 0x5CAD7E) is known color: Ocean Green. HEX triplet: 5C, AD and 7E. RGB value is (92,173,126). Sum of RGB (Red+Green+Blue) = 92+173+126=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAD7E is #A35281. Grayscale: #8F8F8F. Windows color (decimal): -10703490 or 8301916. OLE color: 8301916.
HSL color Cylindrical-coordinate representation of color #5CAD7E: hue angle of 145.19º degrees, saturation: 0.33, 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 #5CAD7E is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 126 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.32 |
| HSL | 145.19º | 0.33% | 0.52% | - |
| HSV(B) | 145.19º | 0.47% | 0.68% | - |
| XYZ | 23.12 | 33.67 | 25.02 | - |
| YUV | 143.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 126 | 0.47 | 0 | 0.27 | 0.32 | 145.19 | 0.33 | 0.52 |
| Hex | 5C | AD | 7E | 2F | 0 | 1B | 20 | 91 | 21 | 34 |
| Octal | 134 | 255 | 176 | 57 | 0 | 33 | 40 | 221 | 41 | 64 |
| Binary | 1011100 | 10101101 | 1111110 | 101111 | 0 | 11011 | 100000 | 10010001 | 100001 | 110100 |
Color Harmonies of #5CAD7E
Complementary color
Monochromatic Colors of #5CAD7E
Black with #5CAD7E
Text Example
Text Example
White with #5CAD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAD7E; }
p { color: rgb(92,173,126); }
H1.HeaderClassName
{
color: #5CAD7E;
}
.AnyTagClassName
{
color: #5CAD7E;
}
</style>
background-color css
<style>
a { background-color: #5CAD7E; }
a { background-color: rgb(92,173,126); }
div.DivClassName
{
background-color: #5CAD7E;
}
.BgClassName
{
background-color: #5CAD7E;
}
</style>
border-color css
<style>
span { border-color: #5CAD7E; }
span { border-color: rgb(92,173,126); }
td.TdClassName
{
border-color: #5CAD7E;
}
.TagClassName
{
border-color: #5CAD7E;
}
</style>