Shades of Ocean Green #5FAF7B
Tints of Ocean Green #5FAF7B
RGB
CMYK
RGB Variations
Color information
#5FAF7B (or 0x5FAF7B) is known color: Ocean Green. HEX triplet: 5F, AF and 7B. RGB value is (95,175,123). Sum of RGB (Red+Green+Blue) = 95+175+123=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF7B is #A05084. Grayscale: #919191. Windows color (decimal): -10506373 or 8105823. OLE color: 8105823.
HSL color Cylindrical-coordinate representation of color #5FAF7B: hue angle of 141º degrees, saturation: 0.33, 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 #5FAF7B is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 123 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.31 |
| HSL | 141º | 0.33% | 0.53% | - |
| HSV(B) | 141º | 0.46% | 0.69% | - |
| XYZ | 23.62 | 34.52 | 24.16 | - |
| YUV | 145.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 123 | 0.46 | 0 | 0.30 | 0.31 | 141 | 0.33 | 0.53 |
| Hex | 5F | AF | 7B | 2E | 0 | 1E | 1F | 8D | 21 | 35 |
| Octal | 137 | 257 | 173 | 56 | 0 | 36 | 37 | 215 | 41 | 65 |
| Binary | 1011111 | 10101111 | 1111011 | 101110 | 0 | 11110 | 11111 | 10001101 | 100001 | 110101 |
Color Harmonies of #5FAF7B
Complementary color
Monochromatic Colors of #5FAF7B
Black with #5FAF7B
Text Example
Text Example
White with #5FAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF7B; }
p { color: rgb(95,175,123); }
H1.HeaderClassName
{
color: #5FAF7B;
}
.AnyTagClassName
{
color: #5FAF7B;
}
</style>
background-color css
<style>
a { background-color: #5FAF7B; }
a { background-color: rgb(95,175,123); }
div.DivClassName
{
background-color: #5FAF7B;
}
.BgClassName
{
background-color: #5FAF7B;
}
</style>
border-color css
<style>
span { border-color: #5FAF7B; }
span { border-color: rgb(95,175,123); }
td.TdClassName
{
border-color: #5FAF7B;
}
.TagClassName
{
border-color: #5FAF7B;
}
</style>