Shades of Ocean Green #61AA7E
Tints of Ocean Green #61AA7E
RGB
CMYK
RGB Variations
Color information
#61AA7E (or 0x61AA7E) is known color: Ocean Green. HEX triplet: 61, AA and 7E. RGB value is (97,170,126). Sum of RGB (Red+Green+Blue) = 97+170+126=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA7E is #9E5581. Grayscale: #8F8F8F. Windows color (decimal): -10376578 or 8301153. OLE color: 8301153.
HSL color Cylindrical-coordinate representation of color #61AA7E: hue angle of 143.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA7E is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 170 | 126 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.33 |
| HSL | 143.84º | 0.3% | 0.52% | - |
| HSV(B) | 143.84º | 0.43% | 0.67% | - |
| XYZ | 23.07 | 32.8 | 24.85 | - |
| YUV | 143.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 126 | 0.43 | 0 | 0.26 | 0.33 | 143.84 | 0.3 | 0.52 |
| Hex | 61 | AA | 7E | 2B | 0 | 1A | 21 | 90 | 1E | 34 |
| Octal | 141 | 252 | 176 | 53 | 0 | 32 | 41 | 220 | 36 | 64 |
| Binary | 1100001 | 10101010 | 1111110 | 101011 | 0 | 11010 | 100001 | 10010000 | 11110 | 110100 |
Color Harmonies of #61AA7E
Complementary color
Monochromatic Colors of #61AA7E
Black with #61AA7E
Text Example
Text Example
White with #61AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AA7E; }
p { color: rgb(97,170,126); }
H1.HeaderClassName
{
color: #61AA7E;
}
.AnyTagClassName
{
color: #61AA7E;
}
</style>
background-color css
<style>
a { background-color: #61AA7E; }
a { background-color: rgb(97,170,126); }
div.DivClassName
{
background-color: #61AA7E;
}
.BgClassName
{
background-color: #61AA7E;
}
</style>
border-color css
<style>
span { border-color: #61AA7E; }
span { border-color: rgb(97,170,126); }
td.TdClassName
{
border-color: #61AA7E;
}
.TagClassName
{
border-color: #61AA7E;
}
</style>