Shades of Ocean Green #62AB80
Tints of Ocean Green #62AB80
RGB
CMYK
RGB Variations
Color information
#62AB80 (or 0x62AB80) is known color: Ocean Green. HEX triplet: 62, AB and 80. RGB value is (98,171,128). Sum of RGB (Red+Green+Blue) = 98+171+128=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AB80 is #9D547F. Grayscale: #909090. Windows color (decimal): -10310784 or 8432482. OLE color: 8432482.
HSL color Cylindrical-coordinate representation of color #62AB80: hue angle of 144.66º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62AB80 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 128 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.33 |
| HSL | 144.66º | 0.3% | 0.53% | - |
| HSV(B) | 144.66º | 0.43% | 0.67% | - |
| XYZ | 23.5 | 33.28 | 25.61 | - |
| YUV | 144.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 128 | 0.43 | 0 | 0.25 | 0.33 | 144.66 | 0.3 | 0.53 |
| Hex | 62 | AB | 80 | 2B | 0 | 19 | 21 | 91 | 1E | 35 |
| Octal | 142 | 253 | 200 | 53 | 0 | 31 | 41 | 221 | 36 | 65 |
| Binary | 1100010 | 10101011 | 10000000 | 101011 | 0 | 11001 | 100001 | 10010001 | 11110 | 110101 |
Color Harmonies of #62AB80
Complementary color
Monochromatic Colors of #62AB80
Black with #62AB80
Text Example
Text Example
White with #62AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AB80; }
p { color: rgb(98,171,128); }
H1.HeaderClassName
{
color: #62AB80;
}
.AnyTagClassName
{
color: #62AB80;
}
</style>
background-color css
<style>
a { background-color: #62AB80; }
a { background-color: rgb(98,171,128); }
div.DivClassName
{
background-color: #62AB80;
}
.BgClassName
{
background-color: #62AB80;
}
</style>
border-color css
<style>
span { border-color: #62AB80; }
span { border-color: rgb(98,171,128); }
td.TdClassName
{
border-color: #62AB80;
}
.TagClassName
{
border-color: #62AB80;
}
</style>