Shades of Ocean Green #5FAD7B
Tints of Ocean Green #5FAD7B
RGB
CMYK
RGB Variations
Color information
#5FAD7B (or 0x5FAD7B) is known color: Ocean Green. HEX triplet: 5F, AD and 7B. RGB value is (95,173,123). Sum of RGB (Red+Green+Blue) = 95+173+123=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD7B is #A05284. Grayscale: #909090. Windows color (decimal): -10506885 or 8105311. OLE color: 8105311.
HSL color Cylindrical-coordinate representation of color #5FAD7B: hue angle of 141.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD7B is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 123 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.32 |
| HSL | 141.54º | 0.32% | 0.53% | - |
| HSV(B) | 141.54º | 0.45% | 0.68% | - |
| XYZ | 23.24 | 33.75 | 24.03 | - |
| YUV | 143.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 123 | 0.45 | 0 | 0.29 | 0.32 | 141.54 | 0.32 | 0.53 |
| Hex | 5F | AD | 7B | 2D | 0 | 1D | 20 | 8E | 20 | 35 |
| Octal | 137 | 255 | 173 | 55 | 0 | 35 | 40 | 216 | 40 | 65 |
| Binary | 1011111 | 10101101 | 1111011 | 101101 | 0 | 11101 | 100000 | 10001110 | 100000 | 110101 |
Color Harmonies of #5FAD7B
Complementary color
Monochromatic Colors of #5FAD7B
Black with #5FAD7B
Text Example
Text Example
White with #5FAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD7B; }
p { color: rgb(95,173,123); }
H1.HeaderClassName
{
color: #5FAD7B;
}
.AnyTagClassName
{
color: #5FAD7B;
}
</style>
background-color css
<style>
a { background-color: #5FAD7B; }
a { background-color: rgb(95,173,123); }
div.DivClassName
{
background-color: #5FAD7B;
}
.BgClassName
{
background-color: #5FAD7B;
}
</style>
border-color css
<style>
span { border-color: #5FAD7B; }
span { border-color: rgb(95,173,123); }
td.TdClassName
{
border-color: #5FAD7B;
}
.TagClassName
{
border-color: #5FAD7B;
}
</style>