Shades of Ocean Green #5FA581
Tints of Ocean Green #5FA581
RGB
CMYK
RGB Variations
Color information
#5FA581 (or 0x5FA581) is known color: Ocean Green. HEX triplet: 5F, A5 and 81. RGB value is (95,165,129). Sum of RGB (Red+Green+Blue) = 95+165+129=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA581 is #A05A7E. Grayscale: #8C8C8C. Windows color (decimal): -10508927 or 8496479. OLE color: 8496479.
HSL color Cylindrical-coordinate representation of color #5FA581: hue angle of 149.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA581 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 129 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.35 |
| HSL | 149.14º | 0.28% | 0.51% | - |
| HSV(B) | 149.14º | 0.42% | 0.65% | - |
| XYZ | 22.14 | 30.93 | 25.57 | - |
| YUV | 139.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 129 | 0.42 | 0 | 0.22 | 0.35 | 149.14 | 0.28 | 0.51 |
| Hex | 5F | A5 | 81 | 2A | 0 | 16 | 23 | 95 | 1C | 33 |
| Octal | 137 | 245 | 201 | 52 | 0 | 26 | 43 | 225 | 34 | 63 |
| Binary | 1011111 | 10100101 | 10000001 | 101010 | 0 | 10110 | 100011 | 10010101 | 11100 | 110011 |
Color Harmonies of #5FA581
Complementary color
Monochromatic Colors of #5FA581
Black with #5FA581
Text Example
Text Example
White with #5FA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA581; }
p { color: rgb(95,165,129); }
H1.HeaderClassName
{
color: #5FA581;
}
.AnyTagClassName
{
color: #5FA581;
}
</style>
background-color css
<style>
a { background-color: #5FA581; }
a { background-color: rgb(95,165,129); }
div.DivClassName
{
background-color: #5FA581;
}
.BgClassName
{
background-color: #5FA581;
}
</style>
border-color css
<style>
span { border-color: #5FA581; }
span { border-color: rgb(95,165,129); }
td.TdClassName
{
border-color: #5FA581;
}
.TagClassName
{
border-color: #5FA581;
}
</style>