Shades of Ocean Green #5FAB7B
Tints of Ocean Green #5FAB7B
RGB
CMYK
RGB Variations
Color information
#5FAB7B (or 0x5FAB7B) is known color: Ocean Green. HEX triplet: 5F, AB and 7B. RGB value is (95,171,123). Sum of RGB (Red+Green+Blue) = 95+171+123=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAB7B is #A05484. Grayscale: #8E8E8E. Windows color (decimal): -10507397 or 8104799. OLE color: 8104799.
HSL color Cylindrical-coordinate representation of color #5FAB7B: hue angle of 142.11º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAB7B is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 123 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.33 |
| HSL | 142.11º | 0.31% | 0.52% | - |
| HSV(B) | 142.11º | 0.44% | 0.67% | - |
| XYZ | 22.86 | 32.99 | 23.9 | - |
| YUV | 142.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 123 | 0.44 | 0 | 0.28 | 0.33 | 142.11 | 0.31 | 0.52 |
| Hex | 5F | AB | 7B | 2C | 0 | 1C | 21 | 8E | 1F | 34 |
| Octal | 137 | 253 | 173 | 54 | 0 | 34 | 41 | 216 | 37 | 64 |
| Binary | 1011111 | 10101011 | 1111011 | 101100 | 0 | 11100 | 100001 | 10001110 | 11111 | 110100 |
Color Harmonies of #5FAB7B
Complementary color
Monochromatic Colors of #5FAB7B
Black with #5FAB7B
Text Example
Text Example
White with #5FAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAB7B; }
p { color: rgb(95,171,123); }
H1.HeaderClassName
{
color: #5FAB7B;
}
.AnyTagClassName
{
color: #5FAB7B;
}
</style>
background-color css
<style>
a { background-color: #5FAB7B; }
a { background-color: rgb(95,171,123); }
div.DivClassName
{
background-color: #5FAB7B;
}
.BgClassName
{
background-color: #5FAB7B;
}
</style>
border-color css
<style>
span { border-color: #5FAB7B; }
span { border-color: rgb(95,171,123); }
td.TdClassName
{
border-color: #5FAB7B;
}
.TagClassName
{
border-color: #5FAB7B;
}
</style>