Shades of Ocean Green #55AF73
Tints of Ocean Green #55AF73
RGB
CMYK
RGB Variations
Color information
#55AF73 (or 0x55AF73) is known color: Ocean Green. HEX triplet: 55, AF and 73. RGB value is (85,175,115). Sum of RGB (Red+Green+Blue) = 85+175+115=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF73 is #AA508C. Grayscale: #8D8D8D. Windows color (decimal): -11161741 or 7581525. OLE color: 7581525.
HSL color Cylindrical-coordinate representation of color #55AF73: hue angle of 140º 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 #55AF73 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 115 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.31 |
| HSL | 140º | 0.36% | 0.51% | - |
| HSV(B) | 140º | 0.51% | 0.69% | - |
| XYZ | 22.17 | 33.83 | 21.58 | - |
| YUV | 141.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 115 | 0.51 | 0 | 0.34 | 0.31 | 140 | 0.36 | 0.51 |
| Hex | 55 | AF | 73 | 33 | 0 | 22 | 1F | 8C | 24 | 33 |
| Octal | 125 | 257 | 163 | 63 | 0 | 42 | 37 | 214 | 44 | 63 |
| Binary | 1010101 | 10101111 | 1110011 | 110011 | 0 | 100010 | 11111 | 10001100 | 100100 | 110011 |
Color Harmonies of #55AF73
Complementary color
Monochromatic Colors of #55AF73
Black with #55AF73
Text Example
Text Example
White with #55AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF73; }
p { color: rgb(85,175,115); }
H1.HeaderClassName
{
color: #55AF73;
}
.AnyTagClassName
{
color: #55AF73;
}
</style>
background-color css
<style>
a { background-color: #55AF73; }
a { background-color: rgb(85,175,115); }
div.DivClassName
{
background-color: #55AF73;
}
.BgClassName
{
background-color: #55AF73;
}
</style>
border-color css
<style>
span { border-color: #55AF73; }
span { border-color: rgb(85,175,115); }
td.TdClassName
{
border-color: #55AF73;
}
.TagClassName
{
border-color: #55AF73;
}
</style>