Shades of Ocean Green #55AF83
Tints of Ocean Green #55AF83
RGB
CMYK
RGB Variations
Color information
#55AF83 (or 0x55AF83) is known color: Ocean Green. HEX triplet: 55, AF and 83. RGB value is (85,175,131). Sum of RGB (Red+Green+Blue) = 85+175+131=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AF83 is #AA507C. Grayscale: #8F8F8F. Windows color (decimal): -11161725 or 8630101. OLE color: 8630101.
HSL color Cylindrical-coordinate representation of color #55AF83: hue angle of 150.67º 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 #55AF83 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 131 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.31 |
| HSL | 150.67º | 0.36% | 0.51% | - |
| HSV(B) | 150.67º | 0.51% | 0.69% | - |
| XYZ | 23.17 | 34.23 | 26.86 | - |
| YUV | 143.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 131 | 0.51 | 0 | 0.25 | 0.31 | 150.67 | 0.36 | 0.51 |
| Hex | 55 | AF | 83 | 33 | 0 | 19 | 1F | 97 | 24 | 33 |
| Octal | 125 | 257 | 203 | 63 | 0 | 31 | 37 | 227 | 44 | 63 |
| Binary | 1010101 | 10101111 | 10000011 | 110011 | 0 | 11001 | 11111 | 10010111 | 100100 | 110011 |
Color Harmonies of #55AF83
Complementary color
Monochromatic Colors of #55AF83
Black with #55AF83
Text Example
Text Example
White with #55AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF83; }
p { color: rgb(85,175,131); }
H1.HeaderClassName
{
color: #55AF83;
}
.AnyTagClassName
{
color: #55AF83;
}
</style>
background-color css
<style>
a { background-color: #55AF83; }
a { background-color: rgb(85,175,131); }
div.DivClassName
{
background-color: #55AF83;
}
.BgClassName
{
background-color: #55AF83;
}
</style>
border-color css
<style>
span { border-color: #55AF83; }
span { border-color: rgb(85,175,131); }
td.TdClassName
{
border-color: #55AF83;
}
.TagClassName
{
border-color: #55AF83;
}
</style>