Shades of Ocean Green #60AE7E
Tints of Ocean Green #60AE7E
RGB
CMYK
RGB Variations
Color information
#60AE7E (or 0x60AE7E) is known color: Ocean Green. HEX triplet: 60, AE and 7E. RGB value is (96,174,126). Sum of RGB (Red+Green+Blue) = 96+174+126=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AE7E is #9F5181. Grayscale: #919191. Windows color (decimal): -10441090 or 8302176. OLE color: 8302176.
HSL color Cylindrical-coordinate representation of color #60AE7E: hue angle of 143.08º 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 #60AE7E is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 174 | 126 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.32 |
| HSL | 143.08º | 0.33% | 0.53% | - |
| HSV(B) | 143.08º | 0.45% | 0.68% | - |
| XYZ | 23.73 | 34.27 | 25.1 | - |
| YUV | 145.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 126 | 0.45 | 0 | 0.28 | 0.32 | 143.08 | 0.33 | 0.53 |
| Hex | 60 | AE | 7E | 2D | 0 | 1C | 20 | 8F | 20 | 35 |
| Octal | 140 | 256 | 176 | 55 | 0 | 34 | 40 | 217 | 40 | 65 |
| Binary | 1100000 | 10101110 | 1111110 | 101101 | 0 | 11100 | 100000 | 10001111 | 100000 | 110101 |
Color Harmonies of #60AE7E
Complementary color
Monochromatic Colors of #60AE7E
Black with #60AE7E
Text Example
Text Example
White with #60AE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AE7E; }
p { color: rgb(96,174,126); }
H1.HeaderClassName
{
color: #60AE7E;
}
.AnyTagClassName
{
color: #60AE7E;
}
</style>
background-color css
<style>
a { background-color: #60AE7E; }
a { background-color: rgb(96,174,126); }
div.DivClassName
{
background-color: #60AE7E;
}
.BgClassName
{
background-color: #60AE7E;
}
</style>
border-color css
<style>
span { border-color: #60AE7E; }
span { border-color: rgb(96,174,126); }
td.TdClassName
{
border-color: #60AE7E;
}
.TagClassName
{
border-color: #60AE7E;
}
</style>