Shades of Ocean Green #5AB17C
Tints of Ocean Green #5AB17C
RGB
CMYK
RGB Variations
Color information
#5AB17C (or 0x5AB17C) is known color: Ocean Green. HEX triplet: 5A, B1 and 7C. RGB value is (90,177,124). Sum of RGB (Red+Green+Blue) = 90+177+124=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB17C is #A54E83. Grayscale: #919191. Windows color (decimal): -10833540 or 8171866. OLE color: 8171866.
HSL color Cylindrical-coordinate representation of color #5AB17C: hue angle of 143.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB17C is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 124 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.31 |
| HSL | 143.45º | 0.36% | 0.52% | - |
| HSV(B) | 143.45º | 0.49% | 0.69% | - |
| XYZ | 23.58 | 35.07 | 24.6 | - |
| YUV | 144.95 | 116.18 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 124 | 0.49 | 0 | 0.30 | 0.31 | 143.45 | 0.36 | 0.52 |
| Hex | 5A | B1 | 7C | 31 | 0 | 1E | 1F | 8F | 24 | 34 |
| Octal | 132 | 261 | 174 | 61 | 0 | 36 | 37 | 217 | 44 | 64 |
| Binary | 1011010 | 10110001 | 1111100 | 110001 | 0 | 11110 | 11111 | 10001111 | 100100 | 110100 |
Color Harmonies of #5AB17C
Complementary color
Monochromatic Colors of #5AB17C
Black with #5AB17C
Text Example
Text Example
White with #5AB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB17C; }
p { color: rgb(90,177,124); }
H1.HeaderClassName
{
color: #5AB17C;
}
.AnyTagClassName
{
color: #5AB17C;
}
</style>
background-color css
<style>
a { background-color: #5AB17C; }
a { background-color: rgb(90,177,124); }
div.DivClassName
{
background-color: #5AB17C;
}
.BgClassName
{
background-color: #5AB17C;
}
</style>
border-color css
<style>
span { border-color: #5AB17C; }
span { border-color: rgb(90,177,124); }
td.TdClassName
{
border-color: #5AB17C;
}
.TagClassName
{
border-color: #5AB17C;
}
</style>