Shades of Ocean Green #62AD7E
Tints of Ocean Green #62AD7E
RGB
CMYK
RGB Variations
Color information
#62AD7E (or 0x62AD7E) is known color: Ocean Green. HEX triplet: 62, AD and 7E. RGB value is (98,173,126). Sum of RGB (Red+Green+Blue) = 98+173+126=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AD7E is #9D5281. Grayscale: #919191. Windows color (decimal): -10310274 or 8301922. OLE color: 8301922.
HSL color Cylindrical-coordinate representation of color #62AD7E: hue angle of 142.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62AD7E is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 173 | 126 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.32 |
| HSL | 142.4º | 0.31% | 0.53% | - |
| HSV(B) | 142.4º | 0.43% | 0.68% | - |
| XYZ | 23.75 | 33.99 | 25.05 | - |
| YUV | 145.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 126 | 0.43 | 0 | 0.27 | 0.32 | 142.4 | 0.31 | 0.53 |
| Hex | 62 | AD | 7E | 2B | 0 | 1B | 20 | 8E | 1F | 35 |
| Octal | 142 | 255 | 176 | 53 | 0 | 33 | 40 | 216 | 37 | 65 |
| Binary | 1100010 | 10101101 | 1111110 | 101011 | 0 | 11011 | 100000 | 10001110 | 11111 | 110101 |
Color Harmonies of #62AD7E
Complementary color
Monochromatic Colors of #62AD7E
Black with #62AD7E
Text Example
Text Example
White with #62AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AD7E; }
p { color: rgb(98,173,126); }
H1.HeaderClassName
{
color: #62AD7E;
}
.AnyTagClassName
{
color: #62AD7E;
}
</style>
background-color css
<style>
a { background-color: #62AD7E; }
a { background-color: rgb(98,173,126); }
div.DivClassName
{
background-color: #62AD7E;
}
.BgClassName
{
background-color: #62AD7E;
}
</style>
border-color css
<style>
span { border-color: #62AD7E; }
span { border-color: rgb(98,173,126); }
td.TdClassName
{
border-color: #62AD7E;
}
.TagClassName
{
border-color: #62AD7E;
}
</style>