Shades of Ocean Green #55AF76
Tints of Ocean Green #55AF76
RGB
CMYK
RGB Variations
Color information
#55AF76 (or 0x55AF76) is known color: Ocean Green. HEX triplet: 55, AF and 76. RGB value is (85,175,118). Sum of RGB (Red+Green+Blue) = 85+175+118=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF76 is #AA5089. Grayscale: #8D8D8D. Windows color (decimal): -11161738 or 7778133. OLE color: 7778133.
HSL color Cylindrical-coordinate representation of color #55AF76: hue angle of 142º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF76 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 118 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.31 |
| HSL | 142º | 0.36% | 0.51% | - |
| HSV(B) | 142º | 0.51% | 0.69% | - |
| XYZ | 22.35 | 33.9 | 22.5 | - |
| YUV | 141.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 118 | 0.51 | 0 | 0.33 | 0.31 | 142 | 0.36 | 0.51 |
| Hex | 55 | AF | 76 | 33 | 0 | 21 | 1F | 8E | 24 | 33 |
| Octal | 125 | 257 | 166 | 63 | 0 | 41 | 37 | 216 | 44 | 63 |
| Binary | 1010101 | 10101111 | 1110110 | 110011 | 0 | 100001 | 11111 | 10001110 | 100100 | 110011 |
Color Harmonies of #55AF76
Complementary color
Monochromatic Colors of #55AF76
Black with #55AF76
Text Example
Text Example
White with #55AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF76; }
p { color: rgb(85,175,118); }
H1.HeaderClassName
{
color: #55AF76;
}
.AnyTagClassName
{
color: #55AF76;
}
</style>
background-color css
<style>
a { background-color: #55AF76; }
a { background-color: rgb(85,175,118); }
div.DivClassName
{
background-color: #55AF76;
}
.BgClassName
{
background-color: #55AF76;
}
</style>
border-color css
<style>
span { border-color: #55AF76; }
span { border-color: rgb(85,175,118); }
td.TdClassName
{
border-color: #55AF76;
}
.TagClassName
{
border-color: #55AF76;
}
</style>