Shades of Ocean Green #5FA47A
Tints of Ocean Green #5FA47A
RGB
CMYK
RGB Variations
Color information
#5FA47A (or 0x5FA47A) is known color: Ocean Green. HEX triplet: 5F, A4 and 7A. RGB value is (95,164,122). Sum of RGB (Red+Green+Blue) = 95+164+122=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA47A is #A05B85. Grayscale: #8A8A8A. Windows color (decimal): -10509190 or 8037471. OLE color: 8037471.
HSL color Cylindrical-coordinate representation of color #5FA47A: hue angle of 143.48º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA47A is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 122 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.36 |
| HSL | 143.48º | 0.27% | 0.51% | - |
| HSV(B) | 143.48º | 0.42% | 0.64% | - |
| XYZ | 21.51 | 30.39 | 23.14 | - |
| YUV | 138.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 122 | 0.42 | 0 | 0.26 | 0.36 | 143.48 | 0.27 | 0.51 |
| Hex | 5F | A4 | 7A | 2A | 0 | 1A | 24 | 8F | 1B | 33 |
| Octal | 137 | 244 | 172 | 52 | 0 | 32 | 44 | 217 | 33 | 63 |
| Binary | 1011111 | 10100100 | 1111010 | 101010 | 0 | 11010 | 100100 | 10001111 | 11011 | 110011 |
Color Harmonies of #5FA47A
Complementary color
Monochromatic Colors of #5FA47A
Black with #5FA47A
Text Example
Text Example
White with #5FA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA47A; }
p { color: rgb(95,164,122); }
H1.HeaderClassName
{
color: #5FA47A;
}
.AnyTagClassName
{
color: #5FA47A;
}
</style>
background-color css
<style>
a { background-color: #5FA47A; }
a { background-color: rgb(95,164,122); }
div.DivClassName
{
background-color: #5FA47A;
}
.BgClassName
{
background-color: #5FA47A;
}
</style>
border-color css
<style>
span { border-color: #5FA47A; }
span { border-color: rgb(95,164,122); }
td.TdClassName
{
border-color: #5FA47A;
}
.TagClassName
{
border-color: #5FA47A;
}
</style>