Shades of Ocean Green #60AE7B
Tints of Ocean Green #60AE7B
RGB
CMYK
RGB Variations
Color information
#60AE7B (or 0x60AE7B) is known color: Ocean Green. HEX triplet: 60, AE and 7B. RGB value is (96,174,123). Sum of RGB (Red+Green+Blue) = 96+174+123=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AE7B is #9F5184. Grayscale: #909090. Windows color (decimal): -10441093 or 8105568. OLE color: 8105568.
HSL color Cylindrical-coordinate representation of color #60AE7B: hue angle of 140.77º 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 #60AE7B is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 174 | 123 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.32 |
| HSL | 140.77º | 0.33% | 0.53% | - |
| HSV(B) | 140.77º | 0.45% | 0.68% | - |
| XYZ | 23.54 | 34.19 | 24.1 | - |
| YUV | 144.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 123 | 0.45 | 0 | 0.29 | 0.32 | 140.77 | 0.33 | 0.53 |
| Hex | 60 | AE | 7B | 2D | 0 | 1D | 20 | 8D | 20 | 35 |
| Octal | 140 | 256 | 173 | 55 | 0 | 35 | 40 | 215 | 40 | 65 |
| Binary | 1100000 | 10101110 | 1111011 | 101101 | 0 | 11101 | 100000 | 10001101 | 100000 | 110101 |
Color Harmonies of #60AE7B
Complementary color
Monochromatic Colors of #60AE7B
Black with #60AE7B
Text Example
Text Example
White with #60AE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AE7B; }
p { color: rgb(96,174,123); }
H1.HeaderClassName
{
color: #60AE7B;
}
.AnyTagClassName
{
color: #60AE7B;
}
</style>
background-color css
<style>
a { background-color: #60AE7B; }
a { background-color: rgb(96,174,123); }
div.DivClassName
{
background-color: #60AE7B;
}
.BgClassName
{
background-color: #60AE7B;
}
</style>
border-color css
<style>
span { border-color: #60AE7B; }
span { border-color: rgb(96,174,123); }
td.TdClassName
{
border-color: #60AE7B;
}
.TagClassName
{
border-color: #60AE7B;
}
</style>