Shades of Ocean Green #60A97D
Tints of Ocean Green #60A97D
RGB
CMYK
RGB Variations
Color information
#60A97D (or 0x60A97D) is known color: Ocean Green. HEX triplet: 60, A9 and 7D. RGB value is (96,169,125). Sum of RGB (Red+Green+Blue) = 96+169+125=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #60A97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A97D is #9F5682. Grayscale: #8E8E8E. Windows color (decimal): -10442371 or 8235360. OLE color: 8235360.
HSL color Cylindrical-coordinate representation of color #60A97D: hue angle of 143.84º degrees, saturation: 0.3, 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 #60A97D is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 169 | 125 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.34 |
| HSL | 143.84º | 0.3% | 0.52% | - |
| HSV(B) | 143.84º | 0.43% | 0.66% | - |
| XYZ | 22.71 | 32.34 | 24.45 | - |
| YUV | 142.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 169 | 125 | 0.43 | 0 | 0.26 | 0.34 | 143.84 | 0.3 | 0.52 |
| Hex | 60 | A9 | 7D | 2B | 0 | 1A | 22 | 90 | 1E | 34 |
| Octal | 140 | 251 | 175 | 53 | 0 | 32 | 42 | 220 | 36 | 64 |
| Binary | 1100000 | 10101001 | 1111101 | 101011 | 0 | 11010 | 100010 | 10010000 | 11110 | 110100 |
Color Harmonies of #60A97D
Complementary color
Monochromatic Colors of #60A97D
Black with #60A97D
Text Example
Text Example
White with #60A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A97D; }
p { color: rgb(96,169,125); }
H1.HeaderClassName
{
color: #60A97D;
}
.AnyTagClassName
{
color: #60A97D;
}
</style>
background-color css
<style>
a { background-color: #60A97D; }
a { background-color: rgb(96,169,125); }
div.DivClassName
{
background-color: #60A97D;
}
.BgClassName
{
background-color: #60A97D;
}
</style>
border-color css
<style>
span { border-color: #60A97D; }
span { border-color: rgb(96,169,125); }
td.TdClassName
{
border-color: #60A97D;
}
.TagClassName
{
border-color: #60A97D;
}
</style>