Shades of Ocean Green #55AA7E
Tints of Ocean Green #55AA7E
RGB
CMYK
RGB Variations
Color information
#55AA7E (or 0x55AA7E) is known color: Ocean Green. HEX triplet: 55, AA and 7E. RGB value is (85,170,126). Sum of RGB (Red+Green+Blue) = 85+170+126=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA7E is #AA5581. Grayscale: #8B8B8B. Windows color (decimal): -11163010 or 8301141. OLE color: 8301141.
HSL color Cylindrical-coordinate representation of color #55AA7E: hue angle of 148.94º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA7E is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 126 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.33 |
| HSL | 148.94º | 0.33% | 0.5% | - |
| HSV(B) | 148.94º | 0.5% | 0.67% | - |
| XYZ | 21.89 | 32.19 | 24.8 | - |
| YUV | 139.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 126 | 0.50 | 0 | 0.26 | 0.33 | 148.94 | 0.33 | 0.5 |
| Hex | 55 | AA | 7E | 32 | 0 | 1A | 21 | 95 | 21 | 32 |
| Octal | 125 | 252 | 176 | 62 | 0 | 32 | 41 | 225 | 41 | 62 |
| Binary | 1010101 | 10101010 | 1111110 | 110010 | 0 | 11010 | 100001 | 10010101 | 100001 | 110010 |
Color Harmonies of #55AA7E
Complementary color
Monochromatic Colors of #55AA7E
Black with #55AA7E
Text Example
Text Example
White with #55AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA7E; }
p { color: rgb(85,170,126); }
H1.HeaderClassName
{
color: #55AA7E;
}
.AnyTagClassName
{
color: #55AA7E;
}
</style>
background-color css
<style>
a { background-color: #55AA7E; }
a { background-color: rgb(85,170,126); }
div.DivClassName
{
background-color: #55AA7E;
}
.BgClassName
{
background-color: #55AA7E;
}
</style>
border-color css
<style>
span { border-color: #55AA7E; }
span { border-color: rgb(85,170,126); }
td.TdClassName
{
border-color: #55AA7E;
}
.TagClassName
{
border-color: #55AA7E;
}
</style>