Shades of Ocean Green #55AF6D
Tints of Ocean Green #55AF6D
RGB
CMYK
RGB Variations
Color information
#55AF6D (or 0x55AF6D) is known color: Ocean Green. HEX triplet: 55, AF and 6D. RGB value is (85,175,109). Sum of RGB (Red+Green+Blue) = 85+175+109=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF6D is #AA5092. Grayscale: #8C8C8C. Windows color (decimal): -11161747 or 7188309. OLE color: 7188309.
HSL color Cylindrical-coordinate representation of color #55AF6D: hue angle of 136º 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 #55AF6D is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 109 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.31 |
| HSL | 136º | 0.36% | 0.51% | - |
| HSV(B) | 136º | 0.51% | 0.69% | - |
| XYZ | 21.84 | 33.7 | 19.82 | - |
| YUV | 140.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 109 | 0.51 | 0 | 0.38 | 0.31 | 136 | 0.36 | 0.51 |
| Hex | 55 | AF | 6D | 33 | 0 | 26 | 1F | 88 | 24 | 33 |
| Octal | 125 | 257 | 155 | 63 | 0 | 46 | 37 | 210 | 44 | 63 |
| Binary | 1010101 | 10101111 | 1101101 | 110011 | 0 | 100110 | 11111 | 10001000 | 100100 | 110011 |
Color Harmonies of #55AF6D
Complementary color
Monochromatic Colors of #55AF6D
Black with #55AF6D
Text Example
Text Example
White with #55AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF6D; }
p { color: rgb(85,175,109); }
H1.HeaderClassName
{
color: #55AF6D;
}
.AnyTagClassName
{
color: #55AF6D;
}
</style>
background-color css
<style>
a { background-color: #55AF6D; }
a { background-color: rgb(85,175,109); }
div.DivClassName
{
background-color: #55AF6D;
}
.BgClassName
{
background-color: #55AF6D;
}
</style>
border-color css
<style>
span { border-color: #55AF6D; }
span { border-color: rgb(85,175,109); }
td.TdClassName
{
border-color: #55AF6D;
}
.TagClassName
{
border-color: #55AF6D;
}
</style>