Shades of Ocean Green #5FAD80
Tints of Ocean Green #5FAD80
RGB
CMYK
RGB Variations
Color information
#5FAD80 (or 0x5FAD80) is known color: Ocean Green. HEX triplet: 5F, AD and 80. RGB value is (95,173,128). Sum of RGB (Red+Green+Blue) = 95+173+128=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAD80 is #A0527F. Grayscale: #909090. Windows color (decimal): -10506880 or 8432991. OLE color: 8432991.
HSL color Cylindrical-coordinate representation of color #5FAD80: hue angle of 145.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD80 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 128 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.32 |
| HSL | 145.38º | 0.32% | 0.53% | - |
| HSV(B) | 145.38º | 0.45% | 0.68% | - |
| XYZ | 23.56 | 33.88 | 25.72 | - |
| YUV | 144.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 128 | 0.45 | 0 | 0.26 | 0.32 | 145.38 | 0.32 | 0.53 |
| Hex | 5F | AD | 80 | 2D | 0 | 1A | 20 | 91 | 20 | 35 |
| Octal | 137 | 255 | 200 | 55 | 0 | 32 | 40 | 221 | 40 | 65 |
| Binary | 1011111 | 10101101 | 10000000 | 101101 | 0 | 11010 | 100000 | 10010001 | 100000 | 110101 |
Color Harmonies of #5FAD80
Complementary color
Monochromatic Colors of #5FAD80
Black with #5FAD80
Text Example
Text Example
White with #5FAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD80; }
p { color: rgb(95,173,128); }
H1.HeaderClassName
{
color: #5FAD80;
}
.AnyTagClassName
{
color: #5FAD80;
}
</style>
background-color css
<style>
a { background-color: #5FAD80; }
a { background-color: rgb(95,173,128); }
div.DivClassName
{
background-color: #5FAD80;
}
.BgClassName
{
background-color: #5FAD80;
}
</style>
border-color css
<style>
span { border-color: #5FAD80; }
span { border-color: rgb(95,173,128); }
td.TdClassName
{
border-color: #5FAD80;
}
.TagClassName
{
border-color: #5FAD80;
}
</style>