Shades of Ocean Green #5CA17E
Tints of Ocean Green #5CA17E
RGB
CMYK
RGB Variations
Color information
#5CA17E (or 0x5CA17E) is known color: Ocean Green. HEX triplet: 5C, A1 and 7E. RGB value is (92,161,126). Sum of RGB (Red+Green+Blue) = 92+161+126=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA17E is #A35E81. Grayscale: #888888. Windows color (decimal): -10706562 or 8298844. OLE color: 8298844.
HSL color Cylindrical-coordinate representation of color #5CA17E: hue angle of 149.57º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA17E is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 126 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.37 |
| HSL | 149.57º | 0.27% | 0.5% | - |
| HSV(B) | 149.57º | 0.43% | 0.63% | - |
| XYZ | 20.92 | 29.27 | 24.29 | - |
| YUV | 136.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 126 | 0.43 | 0 | 0.22 | 0.37 | 149.57 | 0.27 | 0.5 |
| Hex | 5C | A1 | 7E | 2B | 0 | 16 | 25 | 96 | 1B | 32 |
| Octal | 134 | 241 | 176 | 53 | 0 | 26 | 45 | 226 | 33 | 62 |
| Binary | 1011100 | 10100001 | 1111110 | 101011 | 0 | 10110 | 100101 | 10010110 | 11011 | 110010 |
Color Harmonies of #5CA17E
Complementary color
Monochromatic Colors of #5CA17E
Black with #5CA17E
Text Example
Text Example
White with #5CA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA17E; }
p { color: rgb(92,161,126); }
H1.HeaderClassName
{
color: #5CA17E;
}
.AnyTagClassName
{
color: #5CA17E;
}
</style>
background-color css
<style>
a { background-color: #5CA17E; }
a { background-color: rgb(92,161,126); }
div.DivClassName
{
background-color: #5CA17E;
}
.BgClassName
{
background-color: #5CA17E;
}
</style>
border-color css
<style>
span { border-color: #5CA17E; }
span { border-color: rgb(92,161,126); }
td.TdClassName
{
border-color: #5CA17E;
}
.TagClassName
{
border-color: #5CA17E;
}
</style>