Shades of Ocean Green #55A683
Tints of Ocean Green #55A683
RGB
CMYK
RGB Variations
Color information
#55A683 (or 0x55A683) is known color: Ocean Green. HEX triplet: 55, A6 and 83. RGB value is (85,166,131). Sum of RGB (Red+Green+Blue) = 85+166+131=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #55A683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A683 is #AA597C. Grayscale: #898989. Windows color (decimal): -11164029 or 8627797. OLE color: 8627797.
HSL color Cylindrical-coordinate representation of color #55A683: hue angle of 154.07º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A683 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 166 | 131 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.35 |
| HSL | 154.07º | 0.32% | 0.49% | - |
| HSV(B) | 154.07º | 0.49% | 0.65% | - |
| XYZ | 21.48 | 30.84 | 26.29 | - |
| YUV | 137.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 131 | 0.49 | 0 | 0.21 | 0.35 | 154.07 | 0.32 | 0.49 |
| Hex | 55 | A6 | 83 | 31 | 0 | 15 | 23 | 9A | 20 | 31 |
| Octal | 125 | 246 | 203 | 61 | 0 | 25 | 43 | 232 | 40 | 61 |
| Binary | 1010101 | 10100110 | 10000011 | 110001 | 0 | 10101 | 100011 | 10011010 | 100000 | 110001 |
Color Harmonies of #55A683
Complementary color
Monochromatic Colors of #55A683
Black with #55A683
Text Example
Text Example
White with #55A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A683; }
p { color: rgb(85,166,131); }
H1.HeaderClassName
{
color: #55A683;
}
.AnyTagClassName
{
color: #55A683;
}
</style>
background-color css
<style>
a { background-color: #55A683; }
a { background-color: rgb(85,166,131); }
div.DivClassName
{
background-color: #55A683;
}
.BgClassName
{
background-color: #55A683;
}
</style>
border-color css
<style>
span { border-color: #55A683; }
span { border-color: rgb(85,166,131); }
td.TdClassName
{
border-color: #55A683;
}
.TagClassName
{
border-color: #55A683;
}
</style>