Shades of Ocean Green #55AF85
Tints of Ocean Green #55AF85
RGB
CMYK
RGB Variations
Color information
#55AF85 (or 0x55AF85) is known color: Ocean Green. HEX triplet: 55, AF and 85. RGB value is (85,175,133). Sum of RGB (Red+Green+Blue) = 85+175+133=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AF85 is #AA507A. Grayscale: #8F8F8F. Windows color (decimal): -11161723 or 8761173. OLE color: 8761173.
HSL color Cylindrical-coordinate representation of color #55AF85: hue angle of 152º 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 #55AF85 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 133 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.31 |
| HSL | 152º | 0.36% | 0.51% | - |
| HSV(B) | 152º | 0.51% | 0.69% | - |
| XYZ | 23.31 | 34.28 | 27.58 | - |
| YUV | 143.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 133 | 0.51 | 0 | 0.24 | 0.31 | 152 | 0.36 | 0.51 |
| Hex | 55 | AF | 85 | 33 | 0 | 18 | 1F | 98 | 24 | 33 |
| Octal | 125 | 257 | 205 | 63 | 0 | 30 | 37 | 230 | 44 | 63 |
| Binary | 1010101 | 10101111 | 10000101 | 110011 | 0 | 11000 | 11111 | 10011000 | 100100 | 110011 |
Color Harmonies of #55AF85
Complementary color
Monochromatic Colors of #55AF85
Black with #55AF85
Text Example
Text Example
White with #55AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF85; }
p { color: rgb(85,175,133); }
H1.HeaderClassName
{
color: #55AF85;
}
.AnyTagClassName
{
color: #55AF85;
}
</style>
background-color css
<style>
a { background-color: #55AF85; }
a { background-color: rgb(85,175,133); }
div.DivClassName
{
background-color: #55AF85;
}
.BgClassName
{
background-color: #55AF85;
}
</style>
border-color css
<style>
span { border-color: #55AF85; }
span { border-color: rgb(85,175,133); }
td.TdClassName
{
border-color: #55AF85;
}
.TagClassName
{
border-color: #55AF85;
}
</style>