Shades of Ocean Green #5FB07E
Tints of Ocean Green #5FB07E
RGB
CMYK
RGB Variations
Color information
#5FB07E (or 0x5FB07E) is known color: Ocean Green. HEX triplet: 5F, B0 and 7E. RGB value is (95,176,126). Sum of RGB (Red+Green+Blue) = 95+176+126=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB07E is #A04F81. Grayscale: #929292. Windows color (decimal): -10506114 or 8302687. OLE color: 8302687.
HSL color Cylindrical-coordinate representation of color #5FB07E: hue angle of 142.96º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB07E is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 126 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.31 |
| HSL | 142.96º | 0.34% | 0.53% | - |
| HSV(B) | 142.96º | 0.46% | 0.69% | - |
| XYZ | 24.01 | 34.99 | 25.23 | - |
| YUV | 146.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 126 | 0.46 | 0 | 0.28 | 0.31 | 142.96 | 0.34 | 0.53 |
| Hex | 5F | B0 | 7E | 2E | 0 | 1C | 1F | 8F | 22 | 35 |
| Octal | 137 | 260 | 176 | 56 | 0 | 34 | 37 | 217 | 42 | 65 |
| Binary | 1011111 | 10110000 | 1111110 | 101110 | 0 | 11100 | 11111 | 10001111 | 100010 | 110101 |
Color Harmonies of #5FB07E
Complementary color
Monochromatic Colors of #5FB07E
Black with #5FB07E
Text Example
Text Example
White with #5FB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB07E; }
p { color: rgb(95,176,126); }
H1.HeaderClassName
{
color: #5FB07E;
}
.AnyTagClassName
{
color: #5FB07E;
}
</style>
background-color css
<style>
a { background-color: #5FB07E; }
a { background-color: rgb(95,176,126); }
div.DivClassName
{
background-color: #5FB07E;
}
.BgClassName
{
background-color: #5FB07E;
}
</style>
border-color css
<style>
span { border-color: #5FB07E; }
span { border-color: rgb(95,176,126); }
td.TdClassName
{
border-color: #5FB07E;
}
.TagClassName
{
border-color: #5FB07E;
}
</style>