Shades of Ocean Green #60A87E
Tints of Ocean Green #60A87E
RGB
CMYK
RGB Variations
Color information
#60A87E (or 0x60A87E) is known color: Ocean Green. HEX triplet: 60, A8 and 7E. RGB value is (96,168,126). Sum of RGB (Red+Green+Blue) = 96+168+126=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #60A87E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A87E is #9F5781. Grayscale: #8D8D8D. Windows color (decimal): -10442626 or 8300640. OLE color: 8300640.
HSL color Cylindrical-coordinate representation of color #60A87E: hue angle of 145º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A87E is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 168 | 126 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.34 |
| HSL | 145º | 0.29% | 0.52% | - |
| HSV(B) | 145º | 0.43% | 0.66% | - |
| XYZ | 22.59 | 32 | 24.72 | - |
| YUV | 141.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 126 | 0.43 | 0 | 0.25 | 0.34 | 145 | 0.29 | 0.52 |
| Hex | 60 | A8 | 7E | 2B | 0 | 19 | 22 | 91 | 1D | 34 |
| Octal | 140 | 250 | 176 | 53 | 0 | 31 | 42 | 221 | 35 | 64 |
| Binary | 1100000 | 10101000 | 1111110 | 101011 | 0 | 11001 | 100010 | 10010001 | 11101 | 110100 |
Color Harmonies of #60A87E
Complementary color
Monochromatic Colors of #60A87E
Black with #60A87E
Text Example
Text Example
White with #60A87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A87E; }
p { color: rgb(96,168,126); }
H1.HeaderClassName
{
color: #60A87E;
}
.AnyTagClassName
{
color: #60A87E;
}
</style>
background-color css
<style>
a { background-color: #60A87E; }
a { background-color: rgb(96,168,126); }
div.DivClassName
{
background-color: #60A87E;
}
.BgClassName
{
background-color: #60A87E;
}
</style>
border-color css
<style>
span { border-color: #60A87E; }
span { border-color: rgb(96,168,126); }
td.TdClassName
{
border-color: #60A87E;
}
.TagClassName
{
border-color: #60A87E;
}
</style>