Shades of Ocean Green #62AE7E
Tints of Ocean Green #62AE7E
RGB
CMYK
RGB Variations
Color information
#62AE7E (or 0x62AE7E) is known color: Ocean Green. HEX triplet: 62, AE and 7E. RGB value is (98,174,126). Sum of RGB (Red+Green+Blue) = 98+174+126=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AE7E is #9D5181. Grayscale: #919191. Windows color (decimal): -10310018 or 8302178. OLE color: 8302178.
HSL color Cylindrical-coordinate representation of color #62AE7E: hue angle of 142.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AE7E is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 174 | 126 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.32 |
| HSL | 142.11º | 0.32% | 0.53% | - |
| HSV(B) | 142.11º | 0.44% | 0.68% | - |
| XYZ | 23.94 | 34.38 | 25.11 | - |
| YUV | 145.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 126 | 0.44 | 0 | 0.28 | 0.32 | 142.11 | 0.32 | 0.53 |
| Hex | 62 | AE | 7E | 2C | 0 | 1C | 20 | 8E | 20 | 35 |
| Octal | 142 | 256 | 176 | 54 | 0 | 34 | 40 | 216 | 40 | 65 |
| Binary | 1100010 | 10101110 | 1111110 | 101100 | 0 | 11100 | 100000 | 10001110 | 100000 | 110101 |
Color Harmonies of #62AE7E
Complementary color
Monochromatic Colors of #62AE7E
Black with #62AE7E
Text Example
Text Example
White with #62AE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AE7E; }
p { color: rgb(98,174,126); }
H1.HeaderClassName
{
color: #62AE7E;
}
.AnyTagClassName
{
color: #62AE7E;
}
</style>
background-color css
<style>
a { background-color: #62AE7E; }
a { background-color: rgb(98,174,126); }
div.DivClassName
{
background-color: #62AE7E;
}
.BgClassName
{
background-color: #62AE7E;
}
</style>
border-color css
<style>
span { border-color: #62AE7E; }
span { border-color: rgb(98,174,126); }
td.TdClassName
{
border-color: #62AE7E;
}
.TagClassName
{
border-color: #62AE7E;
}
</style>