Shades of Ocean Green #5FA680
Tints of Ocean Green #5FA680
RGB
CMYK
RGB Variations
Color information
#5FA680 (or 0x5FA680) is known color: Ocean Green. HEX triplet: 5F, A6 and 80. RGB value is (95,166,128). Sum of RGB (Red+Green+Blue) = 95+166+128=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA680 is #A0597F. Grayscale: #8C8C8C. Windows color (decimal): -10508672 or 8431199. OLE color: 8431199.
HSL color Cylindrical-coordinate representation of color #5FA680: hue angle of 147.89º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA680 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 128 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.35 |
| HSL | 147.89º | 0.29% | 0.51% | - |
| HSV(B) | 147.89º | 0.43% | 0.65% | - |
| XYZ | 22.25 | 31.26 | 25.28 | - |
| YUV | 140.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 128 | 0.43 | 0 | 0.23 | 0.35 | 147.89 | 0.29 | 0.51 |
| Hex | 5F | A6 | 80 | 2B | 0 | 17 | 23 | 94 | 1D | 33 |
| Octal | 137 | 246 | 200 | 53 | 0 | 27 | 43 | 224 | 35 | 63 |
| Binary | 1011111 | 10100110 | 10000000 | 101011 | 0 | 10111 | 100011 | 10010100 | 11101 | 110011 |
Color Harmonies of #5FA680
Complementary color
Monochromatic Colors of #5FA680
Black with #5FA680
Text Example
Text Example
White with #5FA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA680; }
p { color: rgb(95,166,128); }
H1.HeaderClassName
{
color: #5FA680;
}
.AnyTagClassName
{
color: #5FA680;
}
</style>
background-color css
<style>
a { background-color: #5FA680; }
a { background-color: rgb(95,166,128); }
div.DivClassName
{
background-color: #5FA680;
}
.BgClassName
{
background-color: #5FA680;
}
</style>
border-color css
<style>
span { border-color: #5FA680; }
span { border-color: rgb(95,166,128); }
td.TdClassName
{
border-color: #5FA680;
}
.TagClassName
{
border-color: #5FA680;
}
</style>